From ea36bcd4022ab92370e700cbee483906e013d1c6 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Thu, 6 Jun 2024 10:11:34 +0200 Subject: [PATCH] push origin --- .github/workflows/maven-update-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-update-version.yml b/.github/workflows/maven-update-version.yml index 0c2ad68..d6aa925 100644 --- a/.github/workflows/maven-update-version.yml +++ b/.github/workflows/maven-update-version.yml @@ -29,7 +29,7 @@ jobs: - name: Create a branch run: | git checkout -b issues/temp - git push . + git push origin issues/temp - name: Set up JDK 21 uses: actions/setup-java@v4 with: