Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Jun 17, 2022
1 parent 9275642 commit dfa58be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: pnpm install
- run: pnpm build
working-directory: 'packages/vilay'
- run: pnpm version "0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)" --no-git-tag-version
- run: npm pkg set version="0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)"
working-directory: 'packages/vilay'
- run: pnpm publish --no-git-checks --tag canary
working-directory: 'packages/vilay'
Expand All @@ -44,7 +44,7 @@ jobs:
- run: pnpm install
- run: pnpm build
working-directory: 'packages/create'
- run: pnpm version "0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)" --no-git-tag-version
- run: npm pkg set version="0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)"
working-directory: 'packages/create'
- run: pnpm publish --no-git-checks --tag canary
working-directory: 'packages/create'
Expand All @@ -66,7 +66,7 @@ jobs:
- run: pnpm install
- run: pnpm build
working-directory: 'packages/render'
- run: pnpm version "0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)" --no-git-tag-version
- run: npm pkg set version="0.0.0-$(date +%y%m%d)-$(echo $RANDOM | md5sum | head -c 6; echo;)"
working-directory: 'packages/render'
- run: pnpm publish --no-git-checks --tag canary
working-directory: 'packages/render'
Expand Down

0 comments on commit dfa58be

Please sign in to comment.