Skip to content

Commit

Permalink
ci: fix yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Sep 19, 2021
1 parent a1423c4 commit d21c998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:

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

0 comments on commit d21c998

Please sign in to comment.