diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 153874b..121e8ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -497,7 +497,7 @@ jobs: cat ./changelog.md >> "$GITHUB_STEP_SUMMARY" - name: Create Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # 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 }}