Skip to content

Commit

Permalink
improvement: fix build versions allow beta.n (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek authored Apr 6, 2022
1 parent 3ac3811 commit fb5bf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
NUGET_VERSION: ${{ github.event.release.tag_name }}
run: |
echo "nuget=${NUGET_VERSION}" >> $GITHUB_ENV
echo "file=${NUGET_VERSION%-beta}" >> $GITHUB_ENV
echo "assembly=${NUGET_VERSION%-beta}" >> $GITHUB_ENV
echo "file=${NUGET_VERSION%-beta*}" >> $GITHUB_ENV
echo "assembly=${NUGET_VERSION%-beta*}" >> $GITHUB_ENV
shell: bash

- name: Build the solution
Expand Down

0 comments on commit fb5bf6e

Please sign in to comment.