Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava authored Sep 7, 2021
1 parent 3fa3089 commit 392af43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Set environment variables
run: |
echo ::set-env name=GOLANG_VERSION::$(go version)
echo ::set-env name=BUILT_BY::$(whoami)@$(hostname)
echo "GOLANG_VERSION=$(go version)" >> $GITHUB_ENV
echo "BUILT_BY=$(whoami)@$(hostname)" >> $GITHUB_ENV
# GoReleaser will take care of publishing those artifacts into the release
- name: Run GoReleaser
Expand Down

0 comments on commit 392af43

Please sign in to comment.