Skip to content

Commit e5dd015

Browse files
Update JS-DevTools/npm-publish action to v3
1 parent d3ba1be commit e5dd015

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Publish
4444
id: npm_publish
4545
if: steps.check_availability.outcome == 'success' && steps.check_tag.outcome == 'success'
46-
uses: JS-DevTools/npm-publish@v1
46+
uses: JS-DevTools/npm-publish@v3
4747
with:
4848
token: ${{ secrets.NPM_TOKEN }}
4949
- name: Tagging

0 commit comments

Comments
 (0)