Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baetz-daniel committed Nov 22, 2020
1 parent e640b1b commit 8be35e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: extract tag version
run: echo ::set-env name=TAG_VERSION::${GITHUB_REF#refs/tags/v*}
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
shell: bash
- uses: actions/setup-dotnet@v1
with:
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: extract tag version
run: echo ::set-env name=TAG_VERSION::${GITHUB_REF#refs/tags/v*}
run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/v*}" >> $GITHUB_ENV
shell: bash
- uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 8be35e8

Please sign in to comment.