From 077bcb6196ed83d01d08e41bc7cad044de5f7713 Mon Sep 17 00:00:00 2001 From: nrusso Date: Tue, 14 Mar 2023 00:06:29 -0300 Subject: [PATCH] fix: remove update submodule --- .github/workflows/update-nexp-cli.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-nexp-cli.yml b/.github/workflows/update-nexp-cli.yml index ffd21711..fb2f420d 100644 --- a/.github/workflows/update-nexp-cli.yml +++ b/.github/workflows/update-nexp-cli.yml @@ -23,7 +23,6 @@ jobs: - name: Update submodule run: | cd nexp-cli - git submodule update --remote --merge git add . git commit -m "feat: update nexp verion: ${{github.event.release.tag_name}}" git push https://Murzbul:${{env.GITHUB_TOKEN}}@github.com/DigiChanges/nexp-cli.git HEAD:master