Skip to content

Commit 8375767

Browse files
committed
Merge branch 'develop' into main
2 parents 7b36d53 + aa1984c commit 8375767

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
- name: Use Node.js 12
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: "12"
18+
node-version: '12'
1919
- name: Install dependencies
2020
uses: bahmutov/npm-install@v1
21+
- name: Cache Next.js build cache
22+
uses: actions/cache@v2
23+
with:
24+
path: ${{ github.workspace }}/.next/cache
25+
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}
2126
- name: Build static assets
2227
run: yarn build
2328
- name: Semantic Release

0 commit comments

Comments
 (0)