Skip to content

Commit

Permalink
Remove Git configuration step from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 20d4d84 commit f845f8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- run: npm version patch -m "Bump version to %s [skip ci]"
- run: npm publish --access public
env:
Expand Down

0 comments on commit f845f8b

Please sign in to comment.