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 6e48b8f commit 6ad244cCopy full SHA for 6ad244c
.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)-$(shell git describe --abbrev=0 --tags)" >> $GITHUB_ENV
+ echo "GOLDFLAGS_VERSION=$(echo $GITHUB_SHA | cut -c 1-6)-$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
27
echo "GOLDFLAGS_BUILD_TIME=$(date -Is)" >> $GITHUB_ENV
28
29
- name: Show build information
0 commit comments