Skip to content

Commit

Permalink
fix(ci): need to checkout for using local actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 25, 2024
1 parent 14d2cd5 commit bb87f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/prepare-publish-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Prepare Publish Node
runs:
using: composite
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- plan
- build
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/prepare-publish-node

- name: Bump version
Expand Down

0 comments on commit bb87f9a

Please sign in to comment.