Skip to content

Commit 909c50c

Browse files
Update JS-DevTools/npm-publish action to v4 (#1338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15b7be3 commit 909c50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: npm ci
2727
- name: build
2828
run: npm run build
29-
- uses: JS-DevTools/npm-publish@v3
29+
- uses: JS-DevTools/npm-publish@v4
3030
with:
3131
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)