Skip to content

Commit

Permalink
fix(cicd): removing condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Dec 2, 2023
1 parent 1d45b42 commit 026fe52
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 @@ -13,7 +13,6 @@ jobs:
outputs:
release_tag: ${{ steps.create_tag.outputs.tag }}
release_url: ${{ steps.create_release.outputs.upload_url }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 026fe52

Please sign in to comment.