Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
github_token: ${{ secrets.ACTION_TOKEN }}
npm_tag: canary
publish_script: pnpm run release:canary
packages_dir: '.'
packages_dir: 'packages'
excludes: '.turbo,.github'
version_template: '{VERSION}-canary.{DATE}-{COMMITID7}'

Expand All @@ -98,7 +98,7 @@ jobs:
github_token: ${{ secrets.ACTION_TOKEN }}
npm_tag: rc
publish_script: pnpm run release:canary
packages_dir: '.'
packages_dir: 'packages'
excludes: '.turbo,.github'
version_template: '{VERSION}-rc.{DATE}-{COMMITID7}'
create_release: true
Expand Down