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.
2 parents dd47dbd + 96552e7 commit bd23d2aCopy full SHA for bd23d2a
1 file changed
.github/workflows/cd.yml
@@ -42,7 +42,7 @@ jobs:
42
attestations: write
43
contents: read
44
runs-on: ubuntu-latest
45
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v') && github.event_name != 'release'
46
47
steps:
48
- uses: actions/download-artifact@v8
0 commit comments