Skip to content

Commit

Permalink
change git fetch --all --tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Sep 4, 2021
1 parent 277646b commit 58456d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ENV_PROD: 'true'
PLANTUML_HOST: http://localhost:18080
run: |
git fetch --all
git fetch --all --tags
git branch -av
git remote -v
git tag
Expand Down

0 comments on commit 58456d6

Please sign in to comment.