Skip to content

Commit 2a6b79d

Browse files
committed
chore: pull all commits and tags for release
[ci skip]
1 parent b372f5c commit 2a6b79d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-rc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
token: ${{ secrets.ACCESS_TOKEN }}
15+
fetch-depth: 0
1516

1617
- name: Setup Node.js environment
1718
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818
with:
1919
token: ${{ secrets.ACCESS_TOKEN }}
20+
fetch-depth: 0
2021

2122
- name: Setup Node.js environment
2223
uses: actions/[email protected]
@@ -41,7 +42,7 @@ jobs:
4142

4243
- name: 'Release RC'
4344
run: |
44-
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.name }} \
45+
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
4546
--conventional-graduate \
4647
--create-release github
4748
env:

0 commit comments

Comments
 (0)