Skip to content

Commit 161ef12

Browse files
authored
Update GitHub action to show the version instead of latest alias (17) (#888)
This PR updates the GitHub action to show the version instead of latest alias for PG 17
1 parent ba4427a commit 161ef12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
- name: Deploy docs
4444
run: |
4545
mike deploy 17 -b publish -p
46-
mike set-default 17 -b publish -p
47-
mike retitle 17 "17 (LATEST)" -b publish -p
46+
mike retitle 17 "17.6" -b publish -p
4847
4948
5049

51-
50+

0 commit comments

Comments
 (0)