Skip to content

Commit

Permalink
Update build-and-package-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 10, 2024
1 parent 60ac6b7 commit 4da2c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Infer the version from the GitHub ref
id: inferVersion
run: |
$version = .\GetVersion.ps1 -suffix alpha
$version = .\BuildVersionNumber.ps1 -suffix alpha
echo "::set-output name=version::$version"
shell: pwsh

Expand Down

0 comments on commit 4da2c0d

Please sign in to comment.