diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 553d16f..d150b68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}