diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44b76a996c..ef8a496763 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -220,7 +220,7 @@ jobs: - if: needs.meta.outputs.publish == 'true' run: git push origin "$TAG" - if: needs.meta.outputs.publish == 'true' - uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 with: name: ${{ env.VERSION }} tag_name: ${{ env.TAG }}