Skip to content

Commit 8f10087

Browse files
authored
Add fetch-depth flag in alpha publish (#226)
1 parent a288d31 commit 8f10087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-alpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:
22+
fetch-depth: '0' # Need the history to properly select the canary version number
2223
ref: ${{ github.event.inputs.ref }}
2324
- uses: actions/setup-node@v2
2425
with:

0 commit comments

Comments
 (0)