Skip to content

Commit

Permalink
add conditional on release
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 28, 2023
1 parent c3eabef commit e31df7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Create release
if: ${{ github.ref != null }}
id: create_release
uses: ncipollo/[email protected]
env:
Expand Down

0 comments on commit e31df7b

Please sign in to comment.