Skip to content

Commit 16a443a

Browse files
committed
chore: update release workflow to include beta build and publish steps
1 parent 2ba00e6 commit 16a443a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-dispatch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ jobs:
5959
- name: Set up Node.js
6060
uses: labd/gh-actions-typescript/pnpm-install@main
6161

62+
- name: Build
63+
run: pnpm build
64+
6265
- name: Publish
63-
run: pnpm run publish:ci
66+
run: pnpm changeset publish --tag=beta
6467
env:
6568
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6669
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)