Skip to content

Commit

Permalink
revert version recording to be powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 3, 2024
1 parent a2954b1 commit 1c7ed5a
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 @@ -49,4 +49,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 1c7ed5a

Please sign in to comment.