We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0394ee3 commit b36313aCopy full SHA for b36313a
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,5 @@
1
name: Build & Release AWSCLI-Addons
2
-run-name: "Build & Release v${{ inputs.version || github.ref_name }} by @${{ github.actor }}"
+run-name: "Build & Release ${{ inputs.version || github.ref_name }} by @${{ github.actor }}"
3
4
on:
5
push:
@@ -189,7 +189,6 @@ jobs:
189
body_path: manual_notes.md
190
files: ./artifacts/*
191
append_body: false
192
- overwrite: true
193
generate_release_notes: true
194
make_latest: ${{ github.event.inputs.force == 'true' && 'legacy' || 'true' }}
195
env:
0 commit comments