Skip to content

Commit

Permalink
chore: remove add name step
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent ed9953e commit 35ac6f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
run: |
npm install --only=production --ignore-scripts
echo "install done"
git config --global user.name ${{ vars.USER_NAME }}
echo "user name"
git config --global user.email ${{ vars.USER_EMAIL }}
echo "user email"
git add .
echo "add done"
git commit -m "chore(release): ${{ steps.generate-release-number.outputs.NEW_VER }} [skip ci]" --no-verify
Expand Down

0 comments on commit 35ac6f2

Please sign in to comment.