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 6ad244c commit a176449Copy full SHA for a176449
.github/workflows/goreleaser.yml
@@ -23,7 +23,7 @@ jobs:
23
id: vars
24
shell: bash
25
run: |
26
- echo "GOLDFLAGS_VERSION=$(echo $GITHUB_SHA | cut -c 1-6)-$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
+ echo "GOLDFLAGS_VERSION=$(git describe --abbrev=0 --tags)-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
27
echo "GOLDFLAGS_BUILD_TIME=$(date -Is)" >> $GITHUB_ENV
28
29
- name: Show build information
0 commit comments