diff --git a/.github/workflows/registry-releaser.yml b/.github/workflows/registry-releaser.yml index 0c02f151d..47c435cea 100644 --- a/.github/workflows/registry-releaser.yml +++ b/.github/workflows/registry-releaser.yml @@ -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