Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Nov 20, 2021
1 parent d4c1daf commit d52dcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: dotnet restore

- name: Get Version
run: |
echo "::set-output name=number::$( echo ${{ github.event.release.tag_name }} | tr -d v )"
id: version
run: echo "::set-output name=number::$( echo ${{ github.event.release.tag_name }} | tr -d v )"

- name: Set project version
run: setversion ${{steps.version.outputs.number}}
Expand Down

0 comments on commit d52dcab

Please sign in to comment.