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 9e20239 commit 642738b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setups/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
install-packages:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/setups
- uses: actions/checkout@v4
- uses: .github/actions/setups
- name: Install packages
run: yarn install

Expand All @@ -23,7 +24,8 @@ jobs:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
ROTION_INCREMENTAL_CACHE: true
steps:
- uses: ./.github/actions/setups
- uses: actions/checkout@v4
- uses: .github/actions/setups
- name: Run next build for english
run: yarn build
env:
Expand Down Expand Up @@ -59,7 +61,8 @@ jobs:
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
ROTION_INCREMENTAL_CACHE: true
steps:
- uses: ./.github/actions/setups
- uses: actions/checkout@v4
- uses: .github/actions/setups
- name: Run next build for japanese
run: yarn build
env:
Expand Down

0 comments on commit 642738b

Please sign in to comment.