diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index 1d4b902..ee3b6a0 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -56,7 +56,7 @@ jobs: - name: Create release if: steps.check_release.outputs.exists == 'false' && env.VERSION != '' - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2 with: tag_name: ${{ env.VERSION }} generate_release_notes: true