Skip to content

Commit

Permalink
add back Version environment variable in CI (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbao authored Jan 31, 2025
1 parent c2edf4e commit 7cf6688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:

- name: publish
shell: pwsh
env:
Version: ${{ needs.create_release.outputs.version }}
working-directory: src/D2L.Bmx
run: |
dotnet publish -r $env:OPERATING_SYSTEM-x64 -o build/x64
Expand Down

0 comments on commit 7cf6688

Please sign in to comment.