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 428f10f commit 0ad8fe6Copy full SHA for 0ad8fe6
.github/workflows/cd-release.yaml
@@ -110,6 +110,7 @@ jobs:
110
111
- name: Upload | Distribution Artifacts
112
uses: actions/upload-artifact@v4
113
+ if: steps.release.outputs.released == 'true'
114
with:
115
name: distribution-artifacts
116
path: dist
.github/workflows/ci-testing.yml
@@ -8,6 +8,8 @@ on:
8
push:
9
branches:
10
- main
11
+ tags-ignore:
12
+ - '**'
13
14
concurrency:
15
group: ${{ github.head_ref || github.run_id }}
0 commit comments