We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb60428 commit 2d48534Copy full SHA for 2d48534
.github/workflows/release.yml
@@ -50,11 +50,6 @@ jobs:
50
git fetch origin main:main # Fetch main
51
git merge --no-ff --allow-unrelated-histories -m "Merge main into dist" main # Merge main into dist
52
53
- - name: Set Git Identity
54
- run: |
55
- git config --global user.name 'googlemaps-bot'
56
- git config --global user.email '[email protected]'
57
-
58
- uses: actions/cache@v3
59
with:
60
path: ~/.npm
0 commit comments