We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1423c4 commit d21c998Copy full SHA for d21c998
.github/workflows/build-test.yml
@@ -141,7 +141,8 @@ jobs:
141
142
# NOTE: Should be used in next step as well, but only used for debugging for now
143
- name: Set package version
144
- run: >-
+ continue-on-error: true
145
+ run: |-
146
$PKG_GIT_VERSION="$(git describe --abbrev | % { $_.substring(1) })"
147
Write-Output "Git describe: $PKG_GIT_VERSION"
148
Write-Output "Package suffix: $env:PKG_SUFFIX"
0 commit comments