Skip to content

Commit

Permalink
Wrap in string
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Oct 10, 2024
1 parent c7fa408 commit 996b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: yarn install --ignore-engines
- name: Write release version
run: |
$env:GITHUB_REF_NAME = v1.0.0
$env:GITHUB_REF_NAME = "v1.0.0"
$env:GITHUB_REF_NAME -match "v(?<version>.*)"
$VERSION=$Matches['version']
"Version: $VERSION"
Expand Down

0 comments on commit 996b903

Please sign in to comment.