Skip to content

Commit

Permalink
Merge pull request #429 from hypar-io/ikeough-patch-4
Browse files Browse the repository at this point in the history
Fix the action.
  • Loading branch information
ikeough authored Nov 3, 2020
2 parents d82add6 + 639b4b0 commit ebe85ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
version-fragment: "beta"
- name: Set NuGet version from beta.
if: ${{contains(steps.version.outputs.tag, 'beta')}}
run: echo "::set-env name=NUGET_VERSION::${{steps.bump-beta.outputs.next-version}}"
- run: dotnet build -c release -p:Version=${{ env.NUGET_VERSION }}
- name: Publish NuGet package.
run: |
Expand Down

0 comments on commit ebe85ea

Please sign in to comment.