From 00b2c39915ae7bb3732b29225b3f8b48363cc8df Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 14 Nov 2023 15:03:05 -0800 Subject: [PATCH] Fix indentation issue on GH release action --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 181262b..fec6155 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,5 +41,5 @@ jobs: REGISTRY: "natsio" with: push: true - set: - goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} + set: + goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}