Skip to content

Commit

Permalink
Merge pull request #20 from fraunhoferfokus/development
Browse files Browse the repository at this point in the history
* release SBOM
  • Loading branch information
JGottschick authored May 3, 2024
2 parents e8afc0d + b5b17fb commit ef5e340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,8 @@ jobs:
with:
version: v1
args: mod -licenses -json -output sbom.json
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: upload SBOM
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Release SBOM
uses: softprops/action-gh-release@v2
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./sbom.json
asset_name: sbom.json
asset_content_type: application/json
files: |
sbom.json
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.10
0.2.11

0 comments on commit ef5e340

Please sign in to comment.