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 959410d9ee933413cf667f0fa2456c8d4b7e87c7..abee7fde5e297f853311950477a7f5945ab1139d 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 }}