Skip to content

Commit

Permalink
Set GITHUB_OUTPUT var correctly in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Jun 12, 2024
1 parent 87b7256 commit d2f4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aspnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: get_version
run: |
$env:version=$(node -p -e "require('./package.json').version.slice(0, 4).replace('.', '_')")
echo "version=$env:version" >> $GITHUB_OUTPUT
echo "version=$env:version" >> $Env:GITHUB_OUTPUT
- name: Clone devextreme-aspnet repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d2f4c67

Please sign in to comment.