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 63d5084 commit a90c9dbCopy full SHA for a90c9db
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "NPM_TOKEN set? ${{ secrets.NPM_TOKEN != '' }}"
62
echo "GITHUB_TOKEN set? ${{ secrets.GITHUB_TOKEN != '' }}"
63
- name: Release with semantic-release
64
+ run: npm run semantic-release
65
env:
66
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run semantic-release
0 commit comments