Skip to content

Commit 2d48534

Browse files
authored
Update release.yml (#168)
Removed duplicated command
1 parent cb60428 commit 2d48534

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
git fetch origin main:main # Fetch main
5151
git merge --no-ff --allow-unrelated-histories -m "Merge main into dist" main # Merge main into dist
5252
53-
- name: Set Git Identity
54-
run: |
55-
git config --global user.name 'googlemaps-bot'
56-
git config --global user.email '[email protected]'
57-
5853
- uses: actions/cache@v3
5954
with:
6055
path: ~/.npm

0 commit comments

Comments
 (0)