Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit b0e649a

Browse files
Re-add the fetch tags command to build script
It's needed to ensure the submodule tag matches the package version
1 parent 6977559 commit b0e649a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
submodules: recursive
4545
ref: ${{ inputs.release-tag || '' }}
46+
- name: Fetch submodule tags
47+
working-directory: compiler
48+
run: git fetch --tags https://github.com/google/closure-compiler.git
4649
- name: Get yarn cache directory path
4750
run: echo "yarn_cache_dir=$(yarn cache dir)" >> $GITHUB_ENV
4851
- name: Yarn and maven cache

0 commit comments

Comments
 (0)