From d74e5b502d4cb722c0aeacb2a501cbf01071776e Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Tue, 20 Aug 2024 09:30:06 +0200 Subject: [PATCH] Fix --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ac94b3c0..03bee53ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + ref: main - uses: actions/setup-node@v4 with: node-version: 20 @@ -38,8 +39,6 @@ jobs: author_name: buildo-release-bot[bot] author_email: 168835274+buildo-release-bot[bot]@users.noreply.github.com github_token: ${{ steps.github_app_token.outputs.token }} - rebase: true - branch: main - name: Publish to npm uses: JS-DevTools/npm-publish@v3