diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index f060464ba..fb1ebbe12 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.2.1 + uses: softprops/action-gh-release@v2.2.2 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 d3df9c3d1..2d5a19ab3 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.2.1 + uses: softprops/action-gh-release@v2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }}