Skip to content

Commit edf0d71

Browse files
committed
Update actions
1 parent 6c35a1e commit edf0d71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install dependencies
6464
run: pnpm install
6565

66-
- name: Build nextjs pages
66+
- name: Build package
6767
run: pnpm run build
6868

6969
- uses: actions/create-release@v1

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install dependencies
6363
run: pnpm install
6464

65-
- name: Build nextjs pages
65+
- name: Build package
6666
run: pnpm run build
6767

6868
- name: Publish

0 commit comments

Comments
 (0)