Skip to content

Commit

Permalink
chore: wip manual-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 7, 2020
1 parent 3caaeaf commit ec7449d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-release.yml
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Determine what version to release and publish to Github (--yes skips the confirmation prompt)
env:
GH_TOKEN: ${{ secrets.JAMES_HENRY_GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Required for github release to work
git config --global user.email "james@henry.sc"
git config --global user.name "James Henry"
git config user.name github-actions
git config user.email github-actions@github.com
npx lerna version --loglevel=silly --yes --conventional-commits --exact --force-publish --github-release -m "chore: publish %s"
Expand Down

0 comments on commit ec7449d

Please sign in to comment.