Skip to content

Commit 30d9b47

Browse files
committed
fix
1 parent 15debe8 commit 30d9b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: goreleaser
1+
name: release
22

33
on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7-
- "mytest"
87

98
permissions:
109
contents: write
@@ -24,7 +23,7 @@ jobs:
2423
uses: actions/setup-go@v3
2524
with:
2625
go-version: '1.24.3'
27-
- uses: anchore/sbom-action/download-syft@v0.13.3
26+
- uses: anchore/sbom-action/download-syft@v0.20.6
2827
- name: Run GoReleaser
2928
uses: goreleaser/goreleaser-action@v4
3029
with:
@@ -90,4 +89,5 @@ jobs:
9089
helm package ./helm -d .
9190
- name: Push Helm chart to GHCR
9291
run: |
92+
CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
9393
helm push "./netassert-${CLEAN_VERSION}.tgz" oci://ghcr.io/${{ github.repository_owner }}/charts

0 commit comments

Comments
 (0)