Skip to content

Commit

Permalink
Added commit check to pre-release again
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Sep 8, 2024
1 parent 867e530 commit 3f2b792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
fi
publish-release:
#needs: [check-if-release-needed]
#if: ${{ needs.check-if-release-needed.outputs.has-new-commits == 'true' }}
needs: [check-if-release-needed]
if: ${{ needs.check-if-release-needed.outputs.has-new-commits == 'true' }}
uses: ./.github/workflows/publish-release.yml
with:
target: ${{ needs.check-if-release-needed.outputs.latest-commit-sha }}
Expand Down

0 comments on commit 3f2b792

Please sign in to comment.