mirror of
https://github.com/openharmony/third_party_typescript_eslint.git
synced 2026-07-01 21:24:00 -04:00
chore: wip manual-release workflow
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user