diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9bca0ef3a..5859a7ce69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: - if: needs.meta.outputs.publish == 'true' run: git push origin "$TAG" - if: needs.meta.outputs.publish == 'true' - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 with: name: ${{ env.VERSION }} tag_name: ${{ env.TAG }}