Skip to content

Commit

Permalink
ci: Version error
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 4, 2024
1 parent 90d62ba commit 640f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: 🛠️ Build module
shell: pwsh
run: dotnet build ./src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.csproj --configuration Release --no-restore -p:Version=$("${{ github.ref_name }}".Substring(1)) -o ./dist/WinTuner
run: dotnet build ./src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.csproj --configuration Release --no-restore -p:Version="0.0.1-dev" -o ./dist/WinTuner

- name: 📦 Install Pester
run: Install-Module -Name Pester -Force -SkipPublisherCheck -Scope CurrentUser
Expand Down

0 comments on commit 640f7aa

Please sign in to comment.