We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a06b7 commit 653a8cfCopy full SHA for 653a8cf
1 file changed
.github/workflows/main.yml
@@ -73,6 +73,7 @@ jobs:
73
74
- name: Upload | Distribution Artifacts
75
uses: actions/upload-artifact@v4
76
+ if: steps.release.outputs.released == 'true'
77
with:
78
name: distribution-artifacts
79
path: dist
0 commit comments