Skip to content

Commit

Permalink
dont skip
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Dec 16, 2024
1 parent 0eb89e8 commit d13ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
if: needs.get-next-version.outputs.new-release-published == 'true'
#if: needs.get-next-version.outputs.new-release-published == 'true'
env:
BUILD_VERSION: ${{ needs.get-next-version.outputs.new-release-version }}
BUILD_COMMIT: ${{ needs.get-next-version.outputs.short-sha }}
Expand Down

0 comments on commit d13ef1c

Please sign in to comment.