Skip to content

Commit 297da04

Browse files
committed
ci: debug release
1 parent fc07d5e commit 297da04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
run: |-
2626
go build -o ./dist/aws-saml .
2727
./dist/aws-saml --version
28+
29+
- name: Build and publish release artifacts
30+
uses: goreleaser/goreleaser-action@v6
31+
with:
32+
# https://github.com/goreleaser/goreleaser/releases/tag/v2.9.0
33+
version: v2.9.0
34+
args: release --skip=announce,publish,validate --clean

0 commit comments

Comments
 (0)