Skip to content

Commit

Permalink
🔨 Set git credentials before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 16, 2023
1 parent 55f7a5a commit b4d3353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
else
npm install
fi
- run: npx shipjs trigger
- run: |
git config --global user.email "16855387+clabe45@users.noreply.github.com"
git config --global user.name "Caleb Sacks"
npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit b4d3353

Please sign in to comment.