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 5b45a64 commit 68f2340Copy full SHA for 68f2340
.github/workflows/main.yml
@@ -74,5 +74,15 @@ jobs:
74
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
75
- name: Build
76
run: yarn build
77
+ - name: Release
78
+ uses: cycjimmy/semantic-release-action@v2
79
+ id: semantic
80
+ with:
81
+ branch: master
82
+ extra_plugins: |
83
+ @semantic-release/git@v9
84
+ @semantic-release/changelog
85
env:
86
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
88
CI: true
0 commit comments