Skip to content

Commit 1ce3281

Browse files
committed
Fetch tags in registry release workflow
1 parent 94a4937 commit 1ce3281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/registry-releaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
1818

19+
- name: Fetch tags
20+
run: git fetch --tags
21+
1922
- name: Install jq
2023
run: sudo apt-get update && sudo apt-get install -y jq
2124

0 commit comments

Comments
 (0)