File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,24 @@ jobs:
2626 run : |
2727 npm ci
2828
29- # - name: Semantic Release
30- # uses: codfish/semantic-release-action@master
31- # id: semantic
29+ - name : Semantic Release
30+ uses : codfish/semantic-release-action@master
31+ id : semantic
32+ env :
33+ GITHUB_TOKEN : ${{ secrets.ADMIN_GH_TOKEN }}
34+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
35+
36+ # - name: Semantic-Release
37+ # run: npx semantic-release
3238 # env:
3339 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3440 # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3541
36- - name : Semantic- Release
37- run : npx semantic-release
38- env :
39- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42+ # - name: Semantic Release
43+ # uses: cycjimmy/ semantic-release-action@v2
44+ # env:
45+ # GITHUB_TOKEN: ${{ secrets.ADMIN_GH_TOKEN }}
46+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4147
4248 - name : If on master, merge semantic release commits back to develop
4349 if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments