Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Jun 24, 2024
1 parent df54f65 commit 19a11b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ 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 run build

- name: Release PR
uses: changesets/action@v1
with:
version: npm run version
version: npm exec changeset version
publish: npm exec changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"test": "node --test --test-concurrency 1",
"watch:test": "node --test --watch",
"watch:build": "watchexec -w src -d 300 npm run build",
"version": "npm i @changesets/cli @changesets/changelog-github && npm run build && npm exec changeset version",
"build": "npx unbuild",
"build:demo": "sh .github/scripts/gen-img",
"build:stub": "npx unbuild --stub"
Expand Down

0 comments on commit 19a11b4

Please sign in to comment.