Skip to content

Commit 76bbd52

Browse files
committed
fix: cicd
1 parent f8cc4a6 commit 76bbd52

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
uses: actions/setup-go@v5
7070
with:
7171
go-version: '1.24.x'
72+
- name: git pull
73+
run: git pull origin main
74+
- name: Fetch tags
75+
run: git fetch --tags
76+
7277

7378
- name: Run GoReleaser
7479
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)