Skip to content

Commit

Permalink
Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Feb 23, 2023
1 parent 94a0aa3 commit 66fc56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Get current version
run: |
dotnet tool install --global Nito.ProjProps
echo "NEWTAG=v$(projprops --name version --output-format SingleValueOnly --project src --project-search)"
echo "NEWTAG=v$(projprops --name version --output-format SingleValueOnly --project src --project-search)" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 66fc56d

Please sign in to comment.