Skip to content

Commit

Permalink
always create a build number tagged release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-adams-planet committed Mar 6, 2025
1 parent 560a0f3 commit ad1d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-orchestrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- name: "Create Github Release (Version candidate release)"
uses: actions/create-release@v1
if: needs.generate-build-number.outputs.version-variant-raw != 'release'
# if: needs.generate-build-number.outputs.version-variant-raw != 'release'
with:
tag_name: "${{ needs.generate-build-number.outputs.version-with-buildnum }}"
release_name: "${{ needs.generate-build-number.outputs.version-with-buildnum }}"
Expand Down

0 comments on commit ad1d909

Please sign in to comment.