hotfix: switch release-please to master
(2)
This commit is contained in:
parent
b6a2eac8fc
commit
2209fd179e
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
# these if statements ensure that a publication only occurs when
|
# these if statements ensure that a publication only occurs when
|
||||||
# a new release is created:
|
# a new release is created:
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
- name: Publish: Install dependencies
|
- name: Publish- Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
- name: Publish
|
- name: Publish
|
||||||
|
@ -85,8 +85,8 @@ jobs:
|
||||||
path: packages/components
|
path: packages/components
|
||||||
bump-patch-for-minor-pre-major: true
|
bump-patch-for-minor-pre-major: true
|
||||||
skip-github-release: true
|
skip-github-release: true
|
||||||
- name: Publish: Checkout source
|
- name: Publish- Checkout source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
# these if statements ensure that a publication only occurs when
|
# these if statements ensure that a publication only occurs when
|
||||||
# a new release is created:
|
# a new release is created:
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user