Skip to content

Commit

Permalink
Update to Release Build
Browse files Browse the repository at this point in the history
  • Loading branch information
tthiery committed Nov 22, 2020
1 parent 14e1688 commit 799fc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
dotnet-version: 3.1.100
- name: Build Version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
# run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11}) // deprecated
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
- name: Build Project
run: dotnet build --configuration Release -p:Version=$RELEASE_VERSION
- name: Test Project
Expand Down

0 comments on commit 799fc18

Please sign in to comment.