Skip to content

Commit d74e5b5

Browse files
committed
Fix
1 parent 0bd0286 commit d74e5b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
ref: main
1718
- uses: actions/setup-node@v4
1819
with:
1920
node-version: 20
@@ -38,8 +39,6 @@ jobs:
3839
author_name: buildo-release-bot[bot]
3940
author_email: 168835274+buildo-release-bot[bot]@users.noreply.github.com
4041
github_token: ${{ steps.github_app_token.outputs.token }}
41-
rebase: true
42-
branch: main
4342

4443
- name: Publish to npm
4544
uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)