Skip to content

Commit

Permalink
Use Version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgarstecki committed Nov 27, 2023
1 parent 48f4e7b commit 11cd788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
if: ${{ needs.prepare.outputs.publish_artifacts == '1' }}
env:
BUILD_VERSION: ${{ steps.version.outputs.version }}
run: dotnet pack --no-build -c Release -p:PackageVersion=$BUILD_VERSION
run: dotnet pack --no-build -c Release -p:Version=$BUILD_VERSION
working-directory: ./backend/src/LeanCode.AppRating.Contracts
- name: Pack AppRating
if: ${{ needs.prepare.outputs.publish_artifacts == '1' }}
env:
BUILD_VERSION: ${{ steps.version.outputs.version }}
run: dotnet pack --no-build -c Release -p:PackageVersion=$BUILD_VERSION
run: dotnet pack --no-build -c Release -p:Version=$BUILD_VERSION
working-directory: ./backend/src/LeanCode.AppRating
- name: Publish to Feedz
if: ${{ needs.prepare.outputs.publish_artifacts == '1' }}
Expand Down

0 comments on commit 11cd788

Please sign in to comment.