diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index bba70b284..d2a60624b 100644 --- a/.github/workflows/github-prerelease.yml +++ b/.github/workflows/github-prerelease.yml @@ -186,7 +186,7 @@ jobs: # GENERATE RELEASE - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }} diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 546347126..979417195 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -178,7 +178,7 @@ jobs: # GENERATE RELEASE - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }}