Skip to content

Commit a176449

Browse files
committed
yet another typo in goreleaser.yml 😖
1 parent 6ad244c commit a176449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: vars
2424
shell: bash
2525
run: |
26-
echo "GOLDFLAGS_VERSION=$(echo $GITHUB_SHA | cut -c 1-6)-$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
26+
echo "GOLDFLAGS_VERSION=$(git describe --abbrev=0 --tags)-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
2727
echo "GOLDFLAGS_BUILD_TIME=$(date -Is)" >> $GITHUB_ENV
2828
2929
- name: Show build information

0 commit comments

Comments
 (0)