Skip to content

Commit

Permalink
chore: add path
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 27, 2024
1 parent 262cac2 commit 96570af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ on:
jobs:
code:
uses: stable-packages/.github/.github/workflows/pnpm-verify.yml@main

with:
artifact_paths: |
packages/global-store/coverage
packages/global-store/dist
packages/global-store/lib
packages/stable-store/coverage
packages/stable-store/esm
release:
uses: stable-packages/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
Expand Down

0 comments on commit 96570af

Please sign in to comment.