chore: fine i'll do it myself
This commit is contained in:
@@ -15,10 +15,10 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.0.x
|
dotnet-version: 10.0.x
|
||||||
- name: Setup PowerShell LTS
|
- name: Setup PowerShell
|
||||||
uses: mchave3/setup-pwsh@v1.0.0
|
run: |
|
||||||
with:
|
sudo apk update
|
||||||
version: 'stable'
|
sudo apk add powershell
|
||||||
- name: Determine version
|
- name: Determine version
|
||||||
id: version
|
id: version
|
||||||
run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT
|
run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user