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 f968398 commit e696684Copy full SHA for e696684
.github/workflows/publish.yml
@@ -27,6 +27,6 @@ jobs:
27
corepack enable
28
yarn install
29
yarn run build
30
- - uses: JS-DevTools/npm-publish@v3
+ - uses: JS-DevTools/npm-publish@v4
31
with:
32
token: ${{ secrets.NPM_TOKEN }}
0 commit comments