Skip to content

Commit 6915694

Browse files
committed
Fix:
Make sure that github action sees tags
1 parent ac81bc6 commit 6915694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0 # Ensures full history, including tags
1921

2022
- name: Set up Go
2123
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)