From 52a189b97ed2c3a9cad7fbfff33430d6b4470e82 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Wed, 6 May 2020 09:04:01 +0200 Subject: [PATCH] fix typo dumb CI should be able to complain about Signed-off-by: Pierre Fenoll --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index f8e844e7..cda8e502 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -5,7 +5,7 @@ on: push: jobs: - goreleaser-build-maybe-publish: + goreleaser: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2