Skip to content

Commit

Permalink
ci: remove git config action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jul 27, 2022
1 parent c09a30b commit 2001070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: yarn test
- name: Lint
run: yarn lint
- name: Git config
uses: BatchLabs/action.git-config@v1
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
4 changes: 4 additions & 0 deletions scripts/deploy-doc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh
set -e

# Git config
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"

# Copy generated documentation
cp -r docs/. ../temp-doc

Expand Down

0 comments on commit 2001070

Please sign in to comment.