We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4df5b commit 2e8cc7fCopy full SHA for 2e8cc7f
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,6 @@ jobs:
17
- uses: actions/checkout@v6
18
- run: ./build.sh dist
19
- name: Publish to NPM
20
- uses: JS-DevTools/npm-publish@v3
+ uses: JS-DevTools/npm-publish@v4
21
with:
22
token: ${{ secrets.NPM_TOKEN }}
0 commit comments