Skip to content

Commit 87d88c1

Browse files
authored
fix: install specific version of semantic-release (#223)
* refactor: rewrite the two functions m_enforce and MerggeEffects * fix: install specific version of semantic-release
1 parent befe482 commit 87d88c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ jobs:
1212
semantic-release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Run semantic-release
1818
if: github.repository == 'casbin/casbin-cpp' && github.event_name == 'push'
1919
run: |
2020
export PATH="$(yarn global bin):$PATH"
21-
yarn global add semantic-release
21+
yarn global add semantic-release@19.0.5
2222
semantic-release
23+
sleep 10
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)