Skip to content

Commit

Permalink
[CI] When updating submodules, also fetch tags (open-telemetry#5887)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 6, 2025
1 parent fe4dde1 commit 0e25505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"test": "npm run check",
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest",
"update:pkgs": "npx npm-check-updates -u",
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999}"
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999} && git submodule foreach 'git fetch $(git remote | tail -1) --tags'"
},
"devDependencies": {
"@cspell/dict-es-es": "^3.0.3",
Expand Down

0 comments on commit 0e25505

Please sign in to comment.