Skip to content

Commit

Permalink
Fix gh step name
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 7, 2024
1 parent 586bd25 commit d3e5ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm ci
- name: Build
run: node_modules/@vercel/ncc/dist/ncc/cli.js build index.js
- name: Commit package.json
- name: Commit dist
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit d3e5ddb

Please sign in to comment.