diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index 1d4b902..6916579 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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: tag_name: ${{ env.VERSION }} generate_release_notes: true