Skip to content

Commit 1ad0c79

Browse files
committed
chore: force master branch on release workflow
1 parent 8fefeb0 commit 1ad0c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
# pulls all commits (needed for lerna / semantic release to correctly version)
16+
ref: master
1617
fetch-depth: '0'
1718
token: ${{ secrets.VERSION_BUMP_TOKEN }}
1819
# pulls all tags (needed for lerna / semantic release to correctly version)

0 commit comments

Comments
 (0)