hotfix: switch release-please to master (2)

This commit is contained in:
Quinn Dougherty 2022-09-01 12:14:23 +08:00
parent b6a2eac8fc
commit 2209fd179e

View File

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