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
|
||||
# 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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user