From 2209fd179ee92a40291bf13ab7be6d97ce96afec Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Thu, 1 Sep 2022 12:14:23 +0800 Subject: [PATCH] hotfix: switch release-please to `master` (2) --- .github/workflows/release-please.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f2efd4f8..f33a838b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -62,7 +62,7 @@ jobs: # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }} - - name: Publish: Install dependencies + - name: Publish- Install dependencies run: yarn if: ${{ steps.release.outputs.release_created }} - name: Publish @@ -85,8 +85,8 @@ jobs: path: packages/components bump-patch-for-minor-pre-major: true skip-github-release: true - - name: Publish: Checkout source - uses: actions/checkout@v2 + - name: Publish- Checkout source + uses: actions/checkout@v3 # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }}