Skip to content

Commit

Permalink
Update ci-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator authored Feb 7, 2024
1 parent 1af7106 commit 471657a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:

- name: Add Version number to Env
id: version_fetch
shell: pwsh
run: |
$Version = Get-Content -Path ${{ github.workspace }}\latest.txt
echo "Hello World"
echo "Version is: $Version"
echo "APP_VERSION=$Version" >> "$GITHUB_OUTPUT"
echo $APP_VERSION
# Install the .NET Core workload
- name: Install .NET Core
Expand Down

0 comments on commit 471657a

Please sign in to comment.