Skip to content

Commit

Permalink
feat: Merge pull request #13 from JunNishimura/feature/fix_release
Browse files Browse the repository at this point in the history
fix release flow
  • Loading branch information
JunNishimura committed Mar 31, 2024
2 parents 2dc0f18 + 93b742e commit cbe073e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: run semantic release
if: github.repository == 'JunNishimura/casbin-bun-adapter' && github.event_name == 'push'
run: |
npm install --save-dev semantic-release@latest
npx semantic-release
Expand Down

0 comments on commit cbe073e

Please sign in to comment.