chore: wip manual-release workflow

This commit is contained in:
James Henry
2020-09-08 00:47:25 +04:00
parent b71c75ca93
commit 94c9b86186
+3 -3
View File
@@ -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"