Skip to content

Commit

Permalink
fix: remove update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Mar 14, 2023
1 parent 6748dbc commit 077bcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-nexp-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 077bcb6

Please sign in to comment.