Skip to content

Commit

Permalink
Use new set env files capability
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Nov 16, 2020
1 parent 245bbf0 commit 1ba9ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go build -o tmp ./...
./tmp/ziti-ci generate-build-info cmd/build_info.go cmd
go build -o tmp ./...
echo "::set-env name=ZITI_CI_VERSION::$(./tmp/ziti-ci get-version -q)"
echo "ZITI_CI_VERSION=$(./tmp/ziti-ci get-version -q)" >> $GITHUB_ENV
./tmp/ziti-ci configure-git
./tmp/ziti-ci tag -v -f version
Expand Down

0 comments on commit 1ba9ae8

Please sign in to comment.