Skip to content

Commit 91a52ff

Browse files
Merge pull request #48 from clangd/dependabot/github_actions/JS-DevTools/npm-publish-4
2 parents 2174617 + 86c1ee6 commit 91a52ff

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
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-node@v4
99
- run: npm ci
1010
- run: npm test
11-
- uses: JS-DevTools/npm-publish@v3
11+
- uses: JS-DevTools/npm-publish@v4
1212
with:
1313
token: ${{ secrets.NPM_TOKEN }}
1414
access: public

0 commit comments

Comments
 (0)