This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 7812d2e  ci: `git tag -f` in source verification job (#499)
7812d2e is described below

commit 7812d2e102ef0e8ba557b2d5e4f755eb01b10458
Author: David Li <[email protected]>
AuthorDate: Wed Mar 8 11:38:59 2023 -0500

    ci: `git tag -f` in source verification job (#499)
    
    That way, a release in progress won't interfere with the job.
    
    Fixes #448.
---
 .github/workflows/nightly-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-verify.yml 
b/.github/workflows/nightly-verify.yml
index 50af93f..9d9f1a2 100644
--- a/.github/workflows/nightly-verify.yml
+++ b/.github/workflows/nightly-verify.yml
@@ -45,7 +45,7 @@ jobs:
         run: |
           git config --global user.name 'github-actions[bot]'
           git config --global user.email 
'github-actions[bot]@users.noreply.github.com'
-          git tag \
+          git tag -f \
             -a apache-arrow-adbc-${VERSION}-rc0 \
             -m "ADBC Libraries ${VERSION} RC 0"
           ci/scripts/source_build.sh \

Reply via email to