Skip to content

Commit

Permalink
chore(fix): auth bot to make commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
rash805115 committed Apr 5, 2024
1 parent e6cc0e7 commit f68eb67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/manual-release.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}
- name: Setup Git
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Install Dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit f68eb67

Please sign in to comment.