We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d0bc commit 1fa5aa8Copy full SHA for 1fa5aa8
1 file changed
.github/workflows/release.yml
@@ -95,6 +95,7 @@ jobs:
95
yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --prod --output-reproducible --output-file sbom.cyclonedx.json
96
97
- name: Create Github release
98
+ if: github.ref_type == 'tag'
99
id: create_release
100
uses: softprops/action-gh-release@v2
101
with:
0 commit comments