We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86a9c1 commit c5fea73Copy full SHA for c5fea73
.github/workflows/release_promotion.yml
@@ -38,7 +38,7 @@ jobs:
38
# Put all of this in single script
39
- name: Generate draft release
40
run: |
41
- gh release create $VERSION --target $COMMIT_SHA --draft --prerelease --latest --notes-file release_notes_final.md --title "Release of MCK $VERSION" --fail-on-no-commits
+ gh release create $VERSION --target $COMMIT_SHA --draft --prerelease --latest --notes-file release_notes_final.md --title "Release of MCK $VERSION"
42
env:
43
VERSION: ${{ github.event.inputs.version }}
44
COMMIT_SHA: ${{ github.event.inputs.commit_sha }}
0 commit comments