Skip to content

Commit 9cf5329

Browse files
committed
update release pipeline
1 parent 8622835 commit 9cf5329

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,5 @@ jobs:
4141
title: 'chore: update versions'
4242
publish: pnpm ci:publish
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
45-
46-
- name: Create Release Pull Request or Publish to npm
47-
id: changesets
48-
uses: changesets/action@master
49-
with:
50-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
51-
version: yarn version-packages
52-
publish: yarn release
53-
env:
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5445
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)