Skip to content

Commit

Permalink
Add fetch-depth flag in alpha publish (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed authored Oct 8, 2021
1 parent a288d31 commit 8f10087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0' # Need the history to properly select the canary version number
ref: ${{ github.event.inputs.ref }}
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 8f10087

Please sign in to comment.