Skip to content

Commit 100a4b9

Browse files
Use the version as a powershell env variable
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b3473a3 commit 100a4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
--configuration ${{ env.BUILD_CONFIGURATION }}
215215
--no-build
216216
--no-restore
217-
-p:PackageVersion=${{ env.VERSION }}
217+
"-p:PackageVersion=$env:VERSION"
218218
-p:RepositoryUrl=${{ env.REPOSITORY_URL }}
219219
-p:RepositoryType=git
220220
-p:RepositoryCommit=${{ github.sha }}

0 commit comments

Comments
 (0)