Skip to content

Commit

Permalink
fix(CI): repair build
Browse files Browse the repository at this point in the history
  • Loading branch information
KULBIDA Pavel authored and KULBIDA Pavel committed Jan 11, 2024
1 parent 6262ba6 commit 5828a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Build
env:
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSIONV
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSION
GitVersion_AssemblySemVer: $GITVERSION_ASSEMBLYSEMVER
GitVersion_AssemblySemFileVer: $GITVERSION_ASSEMBLYSEMFILEVER
GitVersion_InformationalVersion: $GITVERSION_INFORMATIONALVERSION
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Pack
if: github.ref == 'refs/heads/master'
env:
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSIONV
GitVersion_NuGetVersion: $GITVERSION_NUGETVERSION
GitVersion_AssemblySemVer: $GITVERSION_ASSEMBLYSEMVER
GitVersion_AssemblySemFileVer: $GITVERSION_ASSEMBLYSEMFILEVER
GitVersion_InformationalVersion: $GITVERSION_INFORMATIONALVERSION
Expand Down

0 comments on commit 5828a67

Please sign in to comment.