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 e7e8eea commit e0974e9Copy full SHA for e0974e9
.github/workflows/release.yml
@@ -91,6 +91,7 @@ jobs:
91
enable-url-completion: true
92
93
- name: Generate SBOM
94
+ if: github.ref_type == 'tag'
95
run: |
96
yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --prod --output-reproducible --output-file sbom.cyclonedx.json
97
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "syncmaster_ui",
3
- "version": "0.2.3",
+ "version": "0.2.4",
4
"private": true,
5
"description": "Frontend for SyncMaster",
6
"license": "Apache-2.0",
0 commit comments