diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f710994..5e5b1b7fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -190,7 +190,7 @@ jobs: run: cargo gen-notes - name: GitHub Release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 # zizmor: ignore[superfluous-actions] handles multi-file uploads, prerelease detection, and notes body; preferred over a hand-rolled `gh release` script + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.6.2 # zizmor: ignore[superfluous-actions] handles multi-file uploads, prerelease detection, and notes body; preferred over a hand-rolled `gh release` script with: tag_name: ${{ env.VERSION }} prerelease: ${{ contains(env.VERSION, '-rc') }}