Skip to content

Commit

Permalink
fix: don't need a condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen committed Jan 12, 2023
1 parent 6a3d0d4 commit 013d616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v3

- name: Run semantic-release
# if: github.repository == 'casbin/lua-casbin' && github.event_name == 'push'
run: |
export PATH="$(yarn global bin):$PATH"
yarn global add semantic-release@19.0.5
Expand Down

0 comments on commit 013d616

Please sign in to comment.