diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 3a89bf4..4da269e 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout Code run: | git clone "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url | cut -c 9- }}/${{ github.repository }}.git" . - git checkout ${{ github.sha }} + git checkout ${{ github.sha }} - name: Version aus Gradle auslesen id: get_version