Skip to content

Commit

Permalink
fix(release): make commits uses semantic-release-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-jones committed Mar 10, 2020
1 parent 053bc9f commit 31c04ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
PUB_OAUTH_REFRESH_TOKEN: ${{ secrets.PUB_OAUTH_REFRESH_TOKEN }}
steps:
- uses: actions/checkout@v2
- run: |
git config --global user.email "@semantic-release";
git config --global user.name "semantic-release-bot";
- uses: actions/download-artifact@v1
with:
name: native-executables
Expand All @@ -101,7 +104,4 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-
- run: pnpm install
- run: |
git config --global user.email "brad@bjc.id.au";
git config --global user.name "Brad Jones";
pnpx semantic-release;
- run: pnpx semantic-release

0 comments on commit 31c04ff

Please sign in to comment.