Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 4, 2023
1 parent 907c27f commit cc67a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

- run: |
# Required for github release to work
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "james@henry.sc"
git config --global user.name "JamesHenry"
- run: npm run lerna-release -- --local=false --tag=latest --noInteractive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.JAMES_HENRY_PAT }}

0 comments on commit cc67a75

Please sign in to comment.