File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
46
46
# with:
47
47
# path-to-profile: ./profile.cov
48
48
49
- semantic-release :
50
- needs : [test]
51
- runs-on : ubuntu-latest
52
- steps :
53
-
54
- - uses : actions/checkout@v2
55
-
56
- - name : Run semantic-release
57
- if : github.repository == 'casbin/gorm-adapter' && github.event_name == 'push'
58
- run : |
59
- npm install --save-dev [email protected]
60
- npx semantic-release
61
- env :
62
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
+ # semantic-release:
50
+ # needs: [test]
51
+ # runs-on: ubuntu-latest
52
+ # steps:
53
+ #
54
+ # - uses: actions/checkout@v2
55
+ #
56
+ # - name: Run semantic-release
57
+ # if: github.repository == 'casbin/gorm-adapter' && github.event_name == 'push'
58
+ # run: |
59
+ # npm install --save-dev [email protected]
60
+ # npx semantic-release
61
+ # env:
62
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments