Skip to content

Commit

Permalink
Fix: Trying to get auto version to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed Mar 3, 2024
1 parent b523742 commit b517f65
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 b517f65

Please sign in to comment.