diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9890f32e..4a7e235e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,8 @@ jobs: with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - ref: ${{ github.base_ref }} + #ref: ${{ github.base_ref }} + ref: main - uses: pnpm/action-setup@v4