diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f9e0006..befc872 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -88,7 +88,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.5.0 with: - version: latest + version: '~> v1' args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}