Skip to content

Commit 888ca61

Browse files
authored
Modify build command to exclude git hash
Build the CLI without including the git hash for versioning.
1 parent b692154 commit 888ca61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-rerun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: 'Build a binary for convenience'
4040
run: |
41-
yarn build:cli
41+
yarn build:cli --no-git-hash
4242
4343
TMPBIN=$(mktemp -d)
4444
cp ./packages/yarnpkg-cli/bundles/yarn.js $TMPBIN/yarn.js

0 commit comments

Comments
 (0)