Skip to content

Commit 6844f0f

Browse files
authored
Merge pull request #613 from dcastil/renovate/js-devtools-npm-publish-4.x
Update JS-DevTools/npm-publish action to v4
2 parents d3b88c2 + 17b2d41 commit 6844f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- run: yarn test:exports
3535
# npm install -g npm@latest is necessary to make provenance available (available since v9.6.5 or so). More info: https://docs.npmjs.com/generating-provenance-statements
3636
- run: npm install -g npm@latest
37-
- uses: JS-DevTools/npm-publish@v3
37+
- uses: JS-DevTools/npm-publish@v4.1.1
3838
with:
3939
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)