Skip to content

Commit ecccb08

Browse files
committed
Revert "chore: create and publish via changie action"
This reverts commit 98bd112.
1 parent 98bd112 commit ecccb08

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release-dispatch.yml

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

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
62+
- name: Publish
63+
run: pnpm run publish:ci
6964
env:
7065
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7166
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)