diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7039dce..85a585d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -494,7 +494,7 @@ jobs: cat ./changelog.md >> "$GITHUB_STEP_SUMMARY" - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2 with: name: ${{ steps.changelog_main.outputs.title || steps.changelog_testing.outputs.title }} tag_name: ${{ steps.changelog_main.outputs.tag || steps.changelog_testing.outputs.tag }}