-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove static git auth action step
- Loading branch information
1 parent
daf8afa
commit e1fe9bb
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|