We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b881a29 commit cbe2bcdCopy full SHA for cbe2bcd
.github/workflows/publish.yml
@@ -39,6 +39,6 @@ jobs:
39
registry-url: 'https://registry.npmjs.org'
40
- run: npm ci
41
- run: npm install uglifyjs bump -g
42
- - run: npm release
+ - run: npm run release
43
env:
44
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments