From cff53196b18d4581522e5e7de74e9b0540784fba Mon Sep 17 00:00:00 2001 From: Carl Tashian <carl@smallstep.com> Date: Wed, 29 Dec 2021 11:25:24 -0800 Subject: [PATCH] Syntax --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 559300f..d294339 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,10 +3,10 @@ name: Create Release & Upload Assets on: push: tags: - - 'v*' # Push events matching v*, ie, v1.0, v0.85-rc3 + - 'v*' # Push events matching v*, ie, v1.0, v0.85-rc3 jobs: - goreleaser: + goreleaser: name: Build and publish a release with GoReleaser runs-on: ubuntu-20.04 needs: create_release -- GitLab