Skip to content

Commit de14b64

Browse files
committed
SDK-628/ Fix CD workflow
1 parent c65193f commit de14b64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
ref: master
19+
fetch-depth: 0
1720
- uses: actions/setup-node@v1
1821

1922

0 commit comments

Comments
 (0)