From 40f5c0f318695f582c75730bc75b8de03c5a980c Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 30 Nov 2024 12:02:44 +0100 Subject: [PATCH] fix create release (again) --- .github/workflows/release_stable.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_stable.yml b/.github/workflows/release_stable.yml index 9142213..3899149 100644 --- a/.github/workflows/release_stable.yml +++ b/.github/workflows/release_stable.yml @@ -60,11 +60,9 @@ jobs: fetch-depth: 0 - name: Create repository release id: create_release - uses: comnoco/create-release@v2 - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v2 with: - release_name: ${{ needs.check_release.outputs.version }} + name: ${{ needs.check_release.outputs.version }} tag_name: ${{ needs.check_release.outputs.version }} draft: false prerelease: false