Merge pull request #18 from torlando-tech/fix/atomic-release-creation
fix(ci): Use gh CLI for atomic release creation
This commit is contained in:
commit
310a8e1709
1 changed files with 6 additions and 10 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -326,17 +326,13 @@ jobs:
|
|||
name: release-notes
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ needs.validate.outputs.tag }}
|
||||
name: "BLE-Reticulum ${{ needs.validate.outputs.tag }}"
|
||||
body_path: RELEASE_NOTES.md
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
release-artifacts/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release create "${{ needs.validate.outputs.tag }}" \
|
||||
release-artifacts/* \
|
||||
--title "BLE-Reticulum ${{ needs.validate.outputs.tag }}" \
|
||||
--notes-file RELEASE_NOTES.md
|
||||
|
||||
- name: Release summary
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue