Skip to content

Commit

Permalink
fix ci changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Aug 2, 2024
1 parent f7a2690 commit 37211d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
git config --global user.signingkey ${{ secrets.XCI_GPG }}
git config --global commit.gpgsign true
# - name: Install dependencies
# run: npm i -D @changesets/cli @changesets/changelog-github
- name: Install dependencies
run: npm i -D @changesets/cli @changesets/changelog-github

- name: Build artifact
run: npm run build

- name: Release PR
uses: changesets/action@v1
with:
version: npx changeset version
publish: npx changeset publish
version: npm exec changeset version
publish: npm exec changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 37211d6

Please sign in to comment.