Skip to content

Commit 0590222

Browse files
authored
chore(ci): Fix beta version numbers (#536)
1 parent e872ff0 commit 0590222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
with:
3030
ref: ${{ inputs.ref }}
3131
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
32+
fetch-depth: 0
33+
fetch-tags: true
3234

3335
- name: Use Node.js 24
3436
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)