Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent c6999a6 commit 4c36646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
throw "Could not read version from: $version_file"
}
echo "Current version is: $current_version"
echo "PROJECT_VERSION=$current_version" >> $GITHUB_ENV
echo "PROJECT_VERSION=$current_version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh

- name: Restore dependencies in project
Expand Down

0 comments on commit 4c36646

Please sign in to comment.