diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 43b3eba..694e2b3 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -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 @@ -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 diff --git a/core/version b/core/version index 967b33f..08456a4 100644 --- a/core/version +++ b/core/version @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.2.8 \ No newline at end of file