Skip to content

Commit

Permalink
chore: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 20, 2024
1 parent 19585ed commit 1599e25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Package

on:
push:
branches: [main]
branches: [test]

jobs:
publish-npm:
Expand All @@ -26,7 +26,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

# run: pnpm run --filter \"./packages/**\" build
- name: Build
shell: bash
run: pnpm run --filter ./packages/* build

- name: Publish 🚀
shell: bash
Expand Down

0 comments on commit 1599e25

Please sign in to comment.