Skip to content

Commit

Permalink
yet another typo in goreleaser.yml 😖
Browse files Browse the repository at this point in the history
  • Loading branch information
nightshift2k committed Oct 14, 2021
1 parent 6ad244c commit a176449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: vars
shell: bash
run: |
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
echo "GOLDFLAGS_BUILD_TIME=$(date -Is)" >> $GITHUB_ENV
- name: Show build information
Expand Down

0 comments on commit a176449

Please sign in to comment.