Skip to content

Commit

Permalink
fixed minor bug related to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 29, 2023
1 parent a58914d commit 24ed30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
permissions:
packages: write
needs: [tag, test-versions]
if: needs.tag.outputs.tagname != ''
if: needs.test-versions.outputs.version != ''
steps:
- uses: actions/checkout@v3
- name: Build image
Expand Down

0 comments on commit 24ed30a

Please sign in to comment.