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