We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d99ac commit b7e3275Copy full SHA for b7e3275
.github/workflows/pre_release.yaml
@@ -86,6 +86,8 @@ jobs:
86
uses: actions/checkout@v4
87
with:
88
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 }}
91
92
- name: Use Node.js 22
93
uses: actions/setup-node@v4
@@ -124,6 +126,7 @@ jobs:
124
126
author_name: Apify Release Bot
125
127
author_email: [email protected]
128
message: "chore(release): Update to ${{ steps.beta_version.outputs.version }} [skip ci]"
129
+ push: true
130
131
- name: Create and push beta tag
132
run: |
0 commit comments