From 41075ae73a579c91e120f302653f6c01a9da6f67 Mon Sep 17 00:00:00 2001 From: Yohann Paris Date: Thu, 28 Sep 2023 09:09:35 -0400 Subject: [PATCH] try a git add --force --- .github/workflows/publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1466a175b53..c3f4d5e53e0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -53,19 +53,17 @@ jobs: java-version: 11 - name: Generate Text Reading app and its Dockerfile + working-directory: ./skema/text_reading/scala env: APP_VERSION: steps.generate.outputs.tag run: | - cd skema/text_reading/scala sbt webapp / Docker / stage - git status - name: Push to main run: | git config user.name github-actions git config user.email github-actions@github.com - git status - git add --all + git add -vf skema/text_reading/scala/target/* git commit -m "generated text-reading" git push