diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index 6f308c1..57a577a 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -26,11 +26,13 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install Go uses: actions/setup-go@v4 with: - go-version: 1.16.x + go-version: 1.16 - name: Test and Build run: make all