From ec5622ffdb995ca9dddaa160e026f190be5a254b Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 2 Feb 2024 00:17:50 +0100 Subject: [PATCH] just push tag --- .gitea/workflows/commit.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/commit.yml b/.gitea/workflows/commit.yml index 8530ca0..b0d3445 100644 --- a/.gitea/workflows/commit.yml +++ b/.gitea/workflows/commit.yml @@ -16,9 +16,5 @@ jobs: - name: Push Git Tag run: | - git config --global user.email "you@example.com" - git config --global user.name "Your Name" - - git commit -m "empty commit" --allow-empty git tag ${{ github.run_number }} - git push origin --all + git push origin ${{ github.run_number }}