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 8fefeb0 commit 1ad0c79Copy full SHA for 1ad0c79
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
# pulls all commits (needed for lerna / semantic release to correctly version)
16
+ ref: master
17
fetch-depth: '0'
18
token: ${{ secrets.VERSION_BUMP_TOKEN }}
19
# pulls all tags (needed for lerna / semantic release to correctly version)
0 commit comments