We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b372f5c commit 2a6b79dCopy full SHA for 2a6b79d
2 files changed
.github/workflows/release-rc.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/checkout@v2.3.2
13
with:
14
token: ${{ secrets.ACCESS_TOKEN }}
15
+ fetch-depth: 0
16
17
- name: Setup Node.js environment
18
uses: actions/setup-node@v2.1.0
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
19
20
21
22
23
@@ -41,7 +42,7 @@ jobs:
41
42
43
- name: 'Release RC'
44
run: |
- ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.name }} \
45
+ ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
46
--conventional-graduate \
47
--create-release github
48
env:
0 commit comments