Skip to content

Commit ff295de

Browse files
committed
fix: unused if statement
1 parent b5ada58 commit ff295de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
3030
- name: Upload schema bundle
3131
uses: actions/upload-artifact@v4
32-
if: ${{ github.ref == 'refs/tags/v*' }} # Ensure artifact is uploaded only for tag pushes
3332
with:
3433
name: schema-bundle
3534
path: build/*

0 commit comments

Comments
 (0)