We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1bb8c commit 65b903aCopy full SHA for 65b903a
.github/workflows/release.yaml
@@ -19,13 +19,13 @@ jobs:
19
- run: git fetch --force --tags
20
- uses: actions/setup-go@v3
21
with:
22
- go-version: '1.20.x'
+ go-version: '1.21.x'
23
cache: true
24
- uses: goreleaser/goreleaser-action@v4
25
26
distribution: goreleaser
27
version: latest
28
- args: release --rm-dist
+ args: release --clean
29
env:
30
# Custom secret here since we need to access to j178/homebrew-tap and j178/scoop-bucket repo.
31
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
.goreleaser.yaml
@@ -2,7 +2,7 @@ before:
2
hooks:
3
- go mod tidy
4
builds:
5
- - main: ./cmd/
+ - main: ./cmd/chatgpt
6
7
- CGO_ENABLED=0
8
goos:
0 commit comments