diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee793a..19c484a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -702,7 +702,7 @@ jobs: EOF - name: Publish release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.release-metadata.outputs.tag_name }} target_commitish: ${{ github.sha }}