Skip to content

Commit b7e3275

Browse files
committed
fix git ref
1 parent b2d99ac commit b7e3275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
uses: actions/checkout@v4
8787
with:
8888
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
89+
ref: ${{ github.event.pull_request.head.ref }}
90+
repository: ${{ github.event.pull_request.head.repo.full_name }}
8991

9092
- name: Use Node.js 22
9193
uses: actions/setup-node@v4
@@ -124,6 +126,7 @@ jobs:
124126
author_name: Apify Release Bot
125127
author_email: [email protected]
126128
message: "chore(release): Update to ${{ steps.beta_version.outputs.version }} [skip ci]"
129+
push: true
127130

128131
- name: Create and push beta tag
129132
run: |

0 commit comments

Comments
 (0)