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 2db0fd5 commit eb1b914Copy full SHA for eb1b914
.github/workflows/release.yml
@@ -31,7 +31,9 @@ jobs:
31
- name: Build
32
run: npm run build
33
- name: Release
34
+ uses: cycjimmy/semantic-release-action@v2
35
+ with:
36
+ semantic_version: 16
37
env:
38
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
39
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
- run: npx semantic-release
0 commit comments