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'