Skip to content

Commit

Permalink
Merge pull request #5 from Splaxi/auto-version
Browse files Browse the repository at this point in the history
Fix: Trying to get auto version to work
  • Loading branch information
Splaxi authored Mar 3, 2024
2 parents b523742 + b517f65 commit 0d91334
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 @@ -18,7 +18,7 @@ jobs:
run: .\build\vsts-validate.ps1
shell: powershell
- name: Build
run: .\build\vsts-build.ps1 -ApiKey $env:APIKEY
run: .\build\vsts-build.ps1 -ApiKey $env:APIKEY -AutoVersion
shell: powershell
env:
APIKEY: ${{ secrets.ApiKey }}

0 comments on commit 0d91334

Please sign in to comment.