Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Oct 28, 2024
1 parent 642738b commit 5136979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: .github/actions/setups
- uses: ./.github/actions/setups
- name: Install packages
run: yarn install

Expand All @@ -25,7 +25,7 @@ jobs:
ROTION_INCREMENTAL_CACHE: true
steps:
- uses: actions/checkout@v4
- uses: .github/actions/setups
- uses: ./.github/actions/setups
- name: Run next build for english
run: yarn build
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
ROTION_INCREMENTAL_CACHE: true
steps:
- uses: actions/checkout@v4
- uses: .github/actions/setups
- uses: ./.github/actions/setups
- name: Run next build for japanese
run: yarn build
env:
Expand Down

0 comments on commit 5136979

Please sign in to comment.