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 b5ada58 commit ff295deCopy full SHA for ff295de
.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