We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34a892 commit 0b5f785Copy full SHA for 0b5f785
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27
- run: npm install
28
- - run: npm run release major -- --ci
+ - run: npm run release -- --ci
29
30
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments