chore: fine i'll do it myself

This commit is contained in:
Stevan Freeborn
2026-03-30 16:35:59 -05:00
parent 6f16bb2de6
commit 565969d559
+4 -4
View File
@@ -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