From 4e8734a9a06c710de2f270262ddbbf204691efb9 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Mon, 23 Oct 2023 18:01:57 +0100 Subject: [PATCH] fix(ci): checkout only on releases --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6be64518efd..d26e051d9d2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,6 +21,7 @@ jobs: command: manifest default-branch: release - uses: actions/checkout@v2 + if: ${{ steps.release.outputs.release_created }} - name: tag major and minor versions if: ${{ steps.release.outputs.release_created }} run: |