Skip to content

Commit 98bd112

Browse files
committed
chore: create and publish via changie action
1 parent 4a0ed00 commit 98bd112

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release-dispatch.yml

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

62-
- name: Publish
63-
run: pnpm run publish:ci
62+
- name: Create and publish versions
63+
uses: changesets/action@v1
64+
with:
65+
title: "Release new version"
66+
commit: "update version"
67+
publish: pnpm publish:ci
68+
version: pnpm publish:version
6469
env:
6570
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6671
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)