Skip to content

Commit 2c4c90f

Browse files
committed
release fix
1 parent 02c2e15 commit 2c4c90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Put all of this in single script
3939
- name: Generate draft release
4040
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
41+
gh release create $VERSION --target $COMMIT_SHA --draft --prerelease --latest --notes-file release_notes_final.md --title "Release of MCK $VERSION"
4242
env:
4343
VERSION: ${{ github.event.inputs.version }}
4444
COMMIT_SHA: ${{ github.event.inputs.commit_sha }}

0 commit comments

Comments
 (0)