From 6603db3e699cf1e3128b8b325dcf1bd247d068fa Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 14 Nov 2022 17:11:47 +0000 Subject: [PATCH] ci: rename "release" job to "release-please" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d843e7..6b059d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: curl --silent --retry 10 --retry-delay 1 --retry-connrefused \ http://localhost:8080/ - release: + release-please: runs-on: ubuntu-latest needs: [build] if: github.ref == 'refs/heads/main'