Skip to content

Commit

Permalink
fix commonjs default export err
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Aug 2, 2024
1 parent 4408b15 commit f7a2690
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3,195 deletions.
10 changes: 5 additions & 5 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: Install dependencies
- name: Build artifact
run: npm run build

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

0 comments on commit f7a2690

Please sign in to comment.