diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5cfadd9..5696fda3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Create Release in releases organization if: ${{ steps.changelog.outputs.skipped == 'false' }} id: github-release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PAT }} with: