Skip to content

Commit

Permalink
minor workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 21, 2023
1 parent a1c2ede commit 9f01b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
tag:
runs-on: ubuntu-latest
needs: [publish]
needs: [publish, ensure_version_changed]
if: ${{ needs.ensure_version_changed.outputs.version }}
name: Tag
steps:
Expand All @@ -77,7 +77,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [tag]
needs: [tag, ensure_version_changed]
if: ${{ needs.ensure_version_changed.outputs.version }}
name: Create release
steps:
Expand Down

0 comments on commit 9f01b66

Please sign in to comment.