Skip to content

Commit

Permalink
ci(release): set repo ref to main
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 29, 2024
1 parent 8a3b846 commit c32d7af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}

- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.4.0
with:
version: 8.7.5
version: 8

- name: Get variables
id: get_vars
Expand Down

0 comments on commit c32d7af

Please sign in to comment.