Skip to content

Commit 07fae6b

Browse files
committed
chore: Ignore git fetch outputs
1 parent 6ace8c2 commit 07fae6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nu-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
let tagName = http get https://api.github.com/repos/nushell/nushell/releases
5252
| sort-by -r created_at | select tag_name | get tag_name.0
5353
git remote set-url origin https://github.com/nushell/nushell.git
54-
git fetch origin --tags
54+
git fetch origin -p o+e> /dev/null
5555
let SHA = git rev-list -n 1 $tagName | str substring 0..7
5656
$'BUILD_REF=($SHA)(char nl)' o>> $env.GITHUB_ENV
5757
$'NU_VERSION=($tagName)(char nl)' o>> $env.GITHUB_ENV

0 commit comments

Comments
 (0)