Skip to content

Commit a06ae2a

Browse files
committed
fix powershell script
1 parent fde78c4 commit a06ae2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ on:
2929
working-directory: ./cmd/mokapi
3030
shell: pwsh
3131
run: |
32-
$versionParts = ($env:GITHUB_REF -replace '.*/v', '').Split('.')
33-
'{}' | Out-File versioninfo.json -NoNewline ascii
32+
$versionParts = ($env:GITHUB_REF -replace '.*/v', '').Split('.') `
33+
'{}' | Out-File versioninfo.json -NoNewline ascii `
3434
goversioninfo -64 `
3535
-platform-specific='true' `
3636
-charset="1200" `

0 commit comments

Comments
 (0)