Skip to content

Commit

Permalink
Try using new env var sytnax
Browse files Browse the repository at this point in the history
  • Loading branch information
Yortw authored Mar 23, 2021
1 parent 6a6c583 commit 591991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Set version
run: echo "::set-env name=VERSION::$(git describe --tags --dirty)"
run: echo "VERSION=$(git describe --tags --dirty)" >> $GITHUB_ENV
- name: Echo Version
run: echo "$Env:VERSION"
- name: Build with dotnet (src\Yort.Zip.InStore.sln)
Expand Down

0 comments on commit 591991e

Please sign in to comment.