We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea3977 commit d2e59d4Copy full SHA for d2e59d4
.github/workflows/release.yml
@@ -29,7 +29,6 @@ jobs:
29
30
- name: Upload schema bundle
31
uses: actions/upload-artifact@v4
32
- if: ${{ github.ref == 'refs/tags/v*' }} # Ensure artifact is uploaded only for tag pushes
33
with:
34
name: schema-bundle
35
path: build/*
0 commit comments