Skip to content

Commit

Permalink
CI: Create a proper release for tagged builds, rather than a pre-release
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Nagy <[email protected]>
  • Loading branch information
algernon committed Jul 6, 2022
1 parent d967a76 commit 3296b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
VERSION: ${{ steps.version.outputs.tag }}
run: gh release create -p -t "Chrysalis Firmware Bundle ${VERSION}" -F artifacts/firmwares/release-notes.md v${VERSION}
run: gh release create -t "Chrysalis Firmware Bundle ${VERSION}" -F artifacts/firmwares/release-notes.md v${VERSION}

- name: Package up the artifacts
shell: bash
Expand Down

0 comments on commit 3296b71

Please sign in to comment.