diff --git a/.gitea/workflows/commit.yml b/.gitea/workflows/commit.yml index b0d3445..8530ca0 100644 --- a/.gitea/workflows/commit.yml +++ b/.gitea/workflows/commit.yml @@ -16,5 +16,9 @@ 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 ${{ github.run_number }} + git push origin --all