diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7e46b88..dd423b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Upload schema as release artifact if: steps.changesets.outputs.published == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ format('v{0}', fromJSON(steps.changesets.outputs.publishedPackages)[0].version)}} files: /tmp/schema.graphql