Skip to content

Commit

Permalink
feat: Add ipfs-gui-bot for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Jul 8, 2022
1 parent 1f74b1b commit 36d5eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ jobs:
# Update the version (npm version [major|minor|patch])
- name: Run semantic release
run: |
git config user.name "ipfs-gui-bot"
git config user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
npx semantic-release --ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 36d5eea

Please sign in to comment.