Skip to content

Commit

Permalink
fix(core): editor deployment (#1010)
Browse files Browse the repository at this point in the history
* fix: predeploy command

* fix: pnpm install
  • Loading branch information
etowahadams authored Dec 11, 2023
1 parent 8e51fbe commit afb8ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
git config --global user.name "[email protected]"
git config --global user.email "GitHub Action"
git remote set-url origin https://${ACCESS_TOKEN}@github.com/${REPO}.git
pnpm run predeploy
pnpm run deploy
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
- run: pnpm
- run: pnpm install
- run: pnpm build
- run: pnpm publish
env:
Expand Down

0 comments on commit afb8ae4

Please sign in to comment.