diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ed99d4..f18c162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,9 @@ jobs: # It all depends on your needs. - uses: goreleaser/goreleaser-action@v5 with: - # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser version: latest args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' - # distribution: - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} + KO_DOCKER_REPO: ghcr.io/kameshsampath/grpc-todo-app