diff --git a/.circleci/config.yml b/.circleci/config.yml index b186741d..70353a65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,7 +130,9 @@ jobs: - checkout-with-submodules - install-goreleaser - install-go-modules - - utils/get-github-access-token + - utils/get-github-access-token: + # GoReleaser expects a GITHUB_TOKEN environment variable to be set + output-token-name: GITHUB_TOKEN - run: name: Run GoReleaser # FIXME Just for the time being we add the --snapshot flag