From 9920c94a8b9c5b61ad582e48ad44e4d54b468f87 Mon Sep 17 00:00:00 2001 From: triggermeelmo Date: Sat, 4 Oct 2025 13:04:30 +0200 Subject: [PATCH] changed to pull request only --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c79cc75..a437fd1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -138,7 +138,7 @@ jobs: git config user.name "GitHub Actions" git config user.email "actions@github.com" git tag ${{ needs.set-tag.outputs.tag_name }} - git push origin ${{ needs.set-tag.outputs.tag_name }} + git push -u origin ${{ needs.set-tag.outputs.tag_name }} echo "Tag created and pushed successfully" - name: Skip tag creation