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 b2e80d7 commit a02b0cfCopy full SHA for a02b0cf
.github/workflows/ci.yml
@@ -51,7 +51,8 @@ jobs:
51
run: node bin/update-badge
52
53
- name: Semantic Release 🚀
54
- uses: cycjimmy/semantic-release-action@v2
+ uses: cycjimmy/semantic-release-action@v3
55
+ if: github.ref == 'refs/heads/master'
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments