Skip to content

Commit

Permalink
[FS-20] get AssemblyVersion from env;
Browse files Browse the repository at this point in the history
  • Loading branch information
lif0 authored and Al1ll committed Feb 3, 2024
1 parent f205fef commit a633a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-push-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
uses: battila7/get-version-action@v2

- name: Build project
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release -p:AssemblyVersion=${{ steps.version.outputs.version-without-v }}

run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release -p:AssemblyVersion=${{ vars.ASSEMBLY_VERSION }}
- name: Pack project
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release -p:PackageVersion=${{ steps.version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}

Expand Down

0 comments on commit a633a0a

Please sign in to comment.