Skip to content

Commit

Permalink
ops: fix windows get version cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Aug 15, 2024
1 parent abdf8ef commit 30f98d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set Version Env Var
run: echo (Get-Content package.json | ConvertFrom-Json).version | Out-File -FilePath $env:GITHUB_ENV -Append
run: echo "WOURNAL_VERSION=$((Get-Content package.json | ConvertFrom-Json).version)" >> $env:GITHUB_ENV
- name: Test Print Version
run: echo "Wournal Version is $env:WOURNAL_VERSION"
- name: Use Node.js
Expand Down

0 comments on commit 30f98d8

Please sign in to comment.