Skip to content

Commit

Permalink
ci: remove user setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Mar 19, 2023
1 parent 9f7a6c1 commit 7f828f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup git user
run: |
git config --global user.email "type.in.type@gmail.com"
git config --global user.name "Takeru Sato"
# - name: Setup git user
# run: |
# git config --global user.email "type.in.type@gmail.com"
# git config --global user.name "Takeru Sato"
- run: git submodule update --init --recursive
- name: Install rust toolchain stable
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7f828f4

Please sign in to comment.