Skip to content

Commit

Permalink
on more Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taron-art authored Feb 7, 2025
1 parent 7ac7eb5 commit aaf61f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Update version in code
uses: actions/[email protected]
with:
Script: src/updateVersion.ps1 ${GITHUB_REF#refs/*/}
shell: pwsh
run: |
src/updateVersion.ps1 ${GITHUB_REF#refs/*/}
# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit aaf61f7

Please sign in to comment.