diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05e9166..02719ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,12 +51,12 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ github.ref }} - release_name: Version ${{ github.ref }} + name: Version ${{ github.ref }} body: | Changes in this Release - First Change