Skip to content

Commit a85ff56

Browse files
authored
Fix generated docs_config.js on CI (#12618)
1 parent 9124cad commit a85ff56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builds.hex.pm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- uses: actions/checkout@v3
3636
with:
3737
fetch-depth: 50
38+
- name: Get tags
39+
run: git fetch --tags origin
3840
- uses: ./.github/workflows/release_pre_built
3941
with:
4042
otp_version: ${{ matrix.otp_version }}

0 commit comments

Comments
 (0)