Skip to content

Commit

Permalink
get goreleaser working again
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Apr 3, 2024
1 parent b197ddf commit 87e1ff3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --config .goreleaser.yaml --clean --snapshot
args: release --config .goreleaser.yaml --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ builds:
goarch:
- amd64
- arm64

release:
github:
owner: kmulvey
name: radeon_exporter
# IDs of the archives to use.
ids:
- radeon_exporter
# Whether to remove existing draft releases with the same name before creating
replace_existing_draft: true
# Whether to remove an artifact that already exists.
replace_existing_artifacts: true

archives:
- id: dist
Expand Down

0 comments on commit 87e1ff3

Please sign in to comment.