Skip to content

Commit e5a4042

Browse files
authored
Update go.yml
1 parent a347643 commit e5a4042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Generate release tag
3838
id: generate_tag
3939
run: |
40+
git pull
4041
# Fetch the latest tag
4142
latest_tag=$(git describe --tags --abbrev=0 || echo "v0.0.0")
4243
echo "Latest Tag: $latest_tag"

0 commit comments

Comments
 (0)