From 1485e6f23f3d5c9a52e328b503f6543b61055fd3 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 15 Oct 2022 19:33:18 -0300 Subject: [PATCH] docs: formatting --- www/docs/ci/actions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/docs/ci/actions.md b/www/docs/ci/actions.md index 0bac2ecfddb..95099c94d1a 100644 --- a/www/docs/ci/actions.md +++ b/www/docs/ci/actions.md @@ -42,13 +42,14 @@ jobs: # on your needs. - uses: goreleaser/goreleaser-action@v2 with: - # either 'goreleaser' (default) or 'goreleaser-pro' + # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser version: latest args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution + # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' + # distribution: # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} ```