Skip to content

Commit

Permalink
fix: try fix github release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Aug 2, 2022
1 parent ecf92ae commit cc5c1d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"

gomod:
proxy: true

changelog:
sort: asc
filters:
Expand All @@ -19,6 +22,10 @@ changelog:
release:
disable: false

sboms:
-
artifacts: archive

builds:
-
id: cli
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
-
run: git fetch -a && git pull
-
name: Release
uses: goreleaser/goreleaser-action@v3.0.0
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --config=.github/goreleaser.yml --rm-dist
Expand Down

0 comments on commit cc5c1d1

Please sign in to comment.