Skip to content

Commit cbd74c3

Browse files
committed
ci(actions): trying to fix gorelease
1 parent 5a432df commit cbd74c3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252

53+
- name: Fetch All tags
54+
run: git fetch --tags --force
55+
5356
- name: Set up Go
5457
uses: actions/setup-go@v4
5558
with:

.goreleaser.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2
2-
32
builds:
43
- id: "qube"
54
dir: ./cmd/qube
@@ -11,8 +10,4 @@ builds:
1110
- -X github.com/apiqube/cli/cmd/cli.commit={{.Commit}}
1211
- -X github.com/apiqube/cli/cmd/cli.date={{.Date}}
1312
goos: [linux, darwin, windows]
14-
goarch: [amd64, arm64]
15-
16-
release:
17-
git:
18-
skip_validate: true
13+
goarch: [amd64, arm64]

0 commit comments

Comments
 (0)