Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit c32d7af

Browse files
committed
ci(release): set repo ref to main
1 parent 8a3b846 commit c32d7af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
uses: actions/checkout@v3
1919
with:
2020
token: ${{ secrets.PAT_TOKEN }}
21+
fetch-depth: 0
22+
ref: ${{ github.event.repository.default_branch }}
2123

2224
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.0.1
25+
uses: pnpm/action-setup@v2.4.0
2426
with:
25-
version: 8.7.5
27+
version: 8
2628

2729
- name: Get variables
2830
id: get_vars

0 commit comments

Comments
 (0)