This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch release-2.27.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.27.0 by this push:
new 3b69bc8 [BEAM-11569] Enabling wheels to be built using Apache-based
workflow
new 15881dd Merge pull request #13674 from [BEAM-11569] Enabling wheels
to be built using Apache-based workflow
3b69bc8 is described below
commit 3b69bc83e04b61a741800f0317362db2e788fec9
Author: Pablo Estrada <[email protected]>
AuthorDate: Tue Jan 5 19:31:56 2021 -0800
[BEAM-11569] Enabling wheels to be built using Apache-based workflow
---
.github/workflows/build_wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 048e871..f788fe2 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -256,7 +256,7 @@ jobs:
echo "Tagging ${BRANCH_NAME}"
git tag -f nightly-${BRANCH_NAME} HEAD
- name: Push tags
- uses: ad-m/github-push-action@master
+ uses: apache/airflow-github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true