Skip to content

Commit

Permalink
fix: Added first pull step before pulling recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
St4NNi committed Jan 18, 2024
1 parent 21508b6 commit 0ef013e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
toolchain: stable
- name: Git Submodule Update
run: |
git pull
git pull --recurse-submodules
git submodule update --init --recursive
git submodule update --remote --recursive
Expand Down

0 comments on commit 0ef013e

Please sign in to comment.