We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6b79d commit 6493990Copy full SHA for 6493990
.github/workflows/release-rc.yml
@@ -37,6 +37,8 @@ jobs:
37
38
- name: 'Release RC'
39
run: |
40
+ git config user.email ${{ secrets.BOT_GIT_EMAIL }}
41
+ git config user.name ${{ secrets.BOT_GIT_USERNAME }}
42
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish prerelease \
43
--conventional-prerelease \
44
--create-release github \
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
45
46
47
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
48
--conventional-graduate \
49
--create-release github
0 commit comments