From 6acf4aaf3acc90af48829a0d886586017bac74da Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Mon, 12 Aug 2024 17:52:23 -0400 Subject: [PATCH] disable release action for now --- .github/workflows/release-plz.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 5d30bcf..4e6f481 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -4,10 +4,11 @@ permissions: pull-requests: write contents: write -on: - push: - branches: - - develop +# TODO(aduffy): uncomment when we're ready to publish +on: {} + # push: + # branches: + # - develop jobs: release-plz: