ci: rename "release" job to "release-please"

This commit is contained in:
2022-11-14 17:11:47 +00:00
parent 1edbd2a7af
commit 6603db3e69

View File

@@ -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'