Skip to content

Commit d21c998

Browse files
authored
ci: fix yaml typo
1 parent a1423c4 commit d21c998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141

142142
# NOTE: Should be used in next step as well, but only used for debugging for now
143143
- name: Set package version
144-
run: >-
144+
continue-on-error: true
145+
run: |-
145146
$PKG_GIT_VERSION="$(git describe --abbrev | % { $_.substring(1) })"
146147
Write-Output "Git describe: $PKG_GIT_VERSION"
147148
Write-Output "Package suffix: $env:PKG_SUFFIX"

0 commit comments

Comments
 (0)