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 b6dc66c commit 5004a05Copy full SHA for 5004a05
.github/workflows/ci.yaml
@@ -79,6 +79,8 @@ jobs:
79
steps:
80
- name: Checkout code
81
uses: actions/checkout@v5
82
+ with:
83
+ fetch-tags: true
84
85
- uses: actions/setup-go@v6
86
with:
0 commit comments