Skip to content

Commit

Permalink
udpate release.yaml (#561)
Browse files Browse the repository at this point in the history
* udpate release.yaml

* udpate goreleaser.yaml

* udpate goreleaser.yaml
  • Loading branch information
suchen-sci authored Aug 29, 2024
1 parent d67d292 commit 99537b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ data/*.yaml
!.github/workflows/*.yaml
helm/easeprobe/charts/
vendor/

dist/
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -6,11 +8,9 @@ before:
- go generate ./...

snapshot:
name_template: '{{ .Tag }}'
version_template: '{{ .Tag }}'
checksum:
name_template: 'checksums.txt'
changelog:
skip: true

builds:
- id: build
Expand Down

0 comments on commit 99537b0

Please sign in to comment.