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 6ace8c2 commit 07fae6bCopy full SHA for 07fae6b
.github/workflows/release-nu-image.yaml
@@ -51,7 +51,7 @@ jobs:
51
let tagName = http get https://api.github.com/repos/nushell/nushell/releases
52
| sort-by -r created_at | select tag_name | get tag_name.0
53
git remote set-url origin https://github.com/nushell/nushell.git
54
- git fetch origin --tags
+ git fetch origin -p o+e> /dev/null
55
let SHA = git rev-list -n 1 $tagName | str substring 0..7
56
$'BUILD_REF=($SHA)(char nl)' o>> $env.GITHUB_ENV
57
$'NU_VERSION=($tagName)(char nl)' o>> $env.GITHUB_ENV
0 commit comments