diff --git a/.github/workflows/release_stable.yml b/.github/workflows/release_stable.yml index 955a224..5b53b2d 100644 --- a/.github/workflows/release_stable.yml +++ b/.github/workflows/release_stable.yml @@ -60,12 +60,13 @@ jobs: fetch-depth: 0 - name: Create repository release id: create_release - uses: elgohr/Github-Release-Action@v5 + uses: comnoco/create-release@v2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - title: ${{ needs.check_release.outputs.version }} - tag: ${{ needs.check_release.outputs.version }} + release_name: ${{ needs.check_release.outputs.version }} + tag_name: ${{ needs.check_release.outputs.version }} + draft: false prerelease: false do_image: