Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Aug 8, 2023
1 parent 6c35a1e commit edf0d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build nextjs pages
- name: Build package
run: pnpm run build

- uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build nextjs pages
- name: Build package
run: pnpm run build

- name: Publish
Expand Down

0 comments on commit edf0d71

Please sign in to comment.