Update publish.yml to use Gitea-hosted checkout action instead of actions/checkout
Auto Publish on Version Change / check-and-publish (push) Failing after 9s

This commit is contained in:
CodingPhoenixx
2026-05-28 12:49:52 +02:00
parent 5a6c105c52
commit 0f800e7a0d
+1 -9
View File
@@ -14,16 +14,8 @@ jobs:
MAVEN_REPO_PASS: ${{ secrets.MAVEN_REPO_PASS }}
steps:
# 1. GIT UND BASH INSTALLIEREN (Löst Fehler 127)
- name: Install Dependencies (Git)
run: |
if ! command -v git &> /dev/null; then
echo "Git nicht gefunden. Installiere..."
sudo apt-get update && sudo apt-get install -y git
fi
- name: Checkout Code
uses: actions/checkout@v4
uses: https://gitea.com/actions/checkout@v4
- name: Version aus Gradle auslesen
id: get_version