Skip to content

Commit 7123c01

Browse files
committed
update ci
1 parent 4bc75ef commit 7123c01

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
# with:
4747
# path-to-profile: ./profile.cov
4848

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 }}

0 commit comments

Comments
 (0)