fix: Add commit count to release preview

This commit is contained in:
Sidharth Vinod 2022-11-16 10:27:42 +05:30
parent 503114c0eb
commit 1d828fe8be
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/master:refs/remotes/origin/master
- uses: pnpm/action-setup@v2