diff --git a/.github/workflows/github-prerelease.yml b/.github/workflows/github-prerelease.yml index fedcaa9df7adcb376ac05591beed9da978239943..3a3a0b42c610d8cd847f4fb571049dca08a42e0d 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.1.0 + uses: softprops/action-gh-release@v2.2.1 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 b98ce93a78bd6ef73f7d899c0e3c2e3645a89200..b45c30ea0c915f8d487fefcd06a34634c3bef8b6 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.1.0 + uses: softprops/action-gh-release@v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ needs.preparations.outputs.version }}