Skip to content

Commit

Permalink
fix(ci): Use powershell env var
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 29, 2024
1 parent 875d4b4 commit a291c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- id: set-version
name: Set version to output
run: echo "version=${{env.GitVersion_FullSemVer}}" >> "$GITHUB_OUTPUT"
run: echo "version=${{env.GitVersion_FullSemVer}}" >> "$Env:GITHUB_OUTPUT"

0 comments on commit a291c88

Please sign in to comment.