Skip to content

Commit

Permalink
ci: use correct prepare action
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Dec 13, 2023
1 parent baec954 commit 1ed7925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare ✅
uses: ./.github/composites/prepare
uses: ./.github/actions/prepare
- name: Build 🔧
run: npm run build
- name: Publish 🚀
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare ✅
uses: ./.github/composites/prepare
uses: ./.github/actions/prepare
- name: Build 🔧
run: npm run build
- name: Publish 🚀
Expand Down

0 comments on commit 1ed7925

Please sign in to comment.