Skip to content

Commit f845f8b

Browse files
committed
Remove Git configuration step from release workflow
1 parent 20d4d84 commit f845f8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
registry-url: "https://registry.npmjs.org"
2020
- run: npm install
2121
- run: npm run build
22-
- name: Configure Git
23-
run: |
24-
git config --global user.name "GitHub Actions"
25-
git config --global user.email "[email protected]"
2622
- run: npm version patch -m "Bump version to %s [skip ci]"
2723
- run: npm publish --access public
2824
env:

0 commit comments

Comments
 (0)