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 3b58ee8 commit 1f06912Copy full SHA for 1f06912
.github/workflows/goreleaser.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: azure/CLI@v2
43
with:
44
inlineScript: |
45
- version=$(git describe --tags --abbrev=0)
+ version="${{ github.ref_name }}"
46
echo "Version: $version"
47
echo "$version" > latest.txt
48
env:
0 commit comments