diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c737feb..4de11576 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: } >> "$GITHUB_OUTPUT" fi - name: Create GitHub Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 + uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2 with: tag_name: ${{ needs.validate-release.outputs.version }} name: Release ${{ needs.validate-release.outputs.version }}