Skip to content

Commit

Permalink
ci: remove condition on release job
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Sep 5, 2022
1 parent 9d270d5 commit dad0b8a
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 @@ -18,7 +18,6 @@ jobs:
version: ${{ steps.semantic.outputs.new_release_version }}

runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- name: Release on GitHub
Expand Down

0 comments on commit dad0b8a

Please sign in to comment.