Skip to content

Commit 7f3779c

Browse files
committed
#3358 ci: migrate away from actions/create-release
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 0cdaad8 commit 7f3779c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,15 @@ jobs:
5959
printenv
6060
- name: Create release
6161
id: create_release
62-
uses: actions/create-release@v1
63-
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
uses: softprops/action-gh-release@v2
6563
with:
6664
tag_name: ${{ env.TAG }}
67-
release_name: Release v${{ env.VERSION }}
65+
name: Release v${{ env.VERSION }}
6866
body: ${{ env.RELEASE_TEXT }}
6967
# we want other build systems to immediately use this release after we uploaded the source archive
7068
draft: false
7169
prerelease: false
70+
generate_release_notes: false
7271

7372
#--------------------------------------------------------------------------------
7473
# Workflow jobs (GNU/Linux, macOS & Windows)

0 commit comments

Comments
 (0)