Skip to content

Commit

Permalink
Attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dassjosh committed Oct 30, 2024
1 parent cf0d521 commit 9b1ead7
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 @@ -22,7 +22,7 @@ jobs:
run: dotnet --version

- name: Set VERSION variable from tag
run: echo "VERSION=0.0.0" >> | Out-File -FilePath $env:GITHUB_ENV
run: echo "VERSION=0.0.0" | Out-File -FilePath $env:GITHUB_ENV

- name: Download References
shell: pwsh
Expand Down

0 comments on commit 9b1ead7

Please sign in to comment.