Skip to content

Commit 15881dd

Browse files
authored
Merge pull request #13674 from [BEAM-11569] Enabling wheels to be built using Apache-based workflow
[BEAM-11569] Enabling wheels to be built using Apache-based workflow
2 parents c29b7c2 + 3b69bc8 commit 15881dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
echo "Tagging ${BRANCH_NAME}"
257257
git tag -f nightly-${BRANCH_NAME} HEAD
258258
- name: Push tags
259-
uses: ad-m/github-push-action@master
259+
uses: apache/airflow-github-push-action@master
260260
with:
261261
github_token: ${{ secrets.GITHUB_TOKEN }}
262262
tags: true

0 commit comments

Comments
 (0)