Skip to content
Closed
3 changes: 3 additions & 0 deletions .github/workflows/registry-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5

- name: Fetch tags
run: git fetch --tags

- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq

Expand Down
Loading