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 b692154 commit 888ca61Copy full SHA for 888ca61
1 file changed
.github/workflows/release-rerun.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: 'Build a binary for convenience'
40
run: |
41
- yarn build:cli
+ yarn build:cli --no-git-hash
42
43
TMPBIN=$(mktemp -d)
44
cp ./packages/yarnpkg-cli/bundles/yarn.js $TMPBIN/yarn.js
0 commit comments