From ec7449d133e1bbca76a7df4e4b325e9bda547fb1 Mon Sep 17 00:00:00 2001 From: James Henry Date: Tue, 8 Sep 2020 00:47:25 +0400 Subject: [PATCH] chore: wip manual-release workflow --- .github/workflows/manual-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index bc6c0f23a07..67ad0c462b4 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -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"