Skip to content

Commit

Permalink
chore: remove static git auth action step
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 18, 2024
1 parent daf8afa commit e1fe9bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ jobs:
run: npm i
- name: Rebuild packages
run: npm run build
- name: git config
shell: bash
run: |
git config user.name "Nachobot"
git config user.email "[email protected]"
# - name: git config
# shell: bash
# run: |
# git config user.name "Nachobot"
# git config user.email "[email protected]"
- name: Set publish config
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e1fe9bb

Please sign in to comment.