Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
its-mrarsikk committed Nov 17, 2024
2 parents e454283 + 784a6a8 commit 06eea13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Output base version
run: cat .\Bloxstrap\BASEVERSION

- name: Retrieve base version
id: getver
run: echo "version=$(cat .\Bloxstrap\BASEVERSION)" >> $GITHUB_OUTPUT
run: Write-Output "version=$(Get-Content .\Bloxstrap\BASEVERSION)" >> $env:GITHUB_OUTPUT

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 06eea13

Please sign in to comment.