Skip to content

Commit

Permalink
add pipeline for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 18, 2023
1 parent bc92ac1 commit 610bbcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --snapshot --rm-dist --timeout=1h
args: build --snapshot --clean --timeout=1h
2 changes: 1 addition & 1 deletion .github/workflows/test-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: build --snapshot --rm-dist --timeout=1h
args: build --snapshot --clean --timeout=1h

- name: Save Binaries
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion pkg/gh/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Tag(tag string) error {
return err
} else {
if !ok {
shells := []string{
shells := []any{
fmt.Sprintf(gitNewTag, tag),
fmt.Sprintf(gitPushRemote, tag),
}
Expand Down

0 comments on commit 610bbcb

Please sign in to comment.