Skip to content

Commit af7f6de

Browse files
committed
fix: use yarn release directly instead of changesets/action
1 parent 93cf4f2 commit af7f6de

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ jobs:
3636
with:
3737
output-modes: npm
3838

39-
- name: Create Release Pull Request or Publish to npm
40-
uses: changesets/action@v1
41-
with:
42-
publish: yarn release
39+
- name: Publish to Artifactory npm-public
40+
run: yarn release
4341
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4542
NPM_CONFIG_USERCONFIG: ${{ github.workspace }}/.npmrc-public

0 commit comments

Comments
 (0)