From bb3ed727c22bab11ad8d5c9780171acc321f2d2e Mon Sep 17 00:00:00 2001 From: Labfox <108928065+Labfox@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:57:17 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 040844b..17b328a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,10 +73,6 @@ jobs: with: go-version: '1.21' - - name: Get first modifications - run: | - git fetch - git rebase --continue - name: Build env: CGO_ENABLED: 1 @@ -92,5 +88,5 @@ jobs: git add * git commit -am "New build" git fetch - git rebase --continue + git rebase git push -f