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 3e450b5 commit 250d861Copy full SHA for 250d861
.github/workflows/release.yml
@@ -30,8 +30,8 @@ jobs:
30
with:
31
title: 'Upcoming Release'
32
commit: 'chore(release): version bump'
33
- publish: npm run publish
34
- version: npm run version
+ publish: npm run ci:publish
+ version: npm run ci:version
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments