Skip to content

Commit

Permalink
* update SBOM generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Gottschick committed May 3, 2024
1 parent a7180c7 commit 600ffb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v2
with:
version: v1
args: mod -licenses -json -output bom.json
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -33,6 +28,11 @@ jobs:
go install github.com/a-h/templ/cmd/templ@latest
- name: Templ
run: templ generate web/pages/*.templ
- name: Generate SBOM
uses: CycloneDX/gh-gomod-generate-sbom@v2
with:
version: v1
args: mod -licenses -json -output bom.json
- uses: goreleaser/goreleaser-action@v5
with:
version: v1.24.0
Expand Down
2 changes: 1 addition & 1 deletion core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.7
0.2.8

0 comments on commit 600ffb0

Please sign in to comment.