Update publish.yaml
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
exclude_commit_from_author_names_json: '["ts_ci"]'
|
exclude_commit_from_author_names_json: '["ts_ci"]'
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-10.15
|
||||||
needs: update_changelog_and_sync_package_lock_version
|
needs: update_changelog_and_sync_package_lock_version
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -113,4 +113,4 @@ jobs:
|
|||||||
branch: latest
|
branch: latest
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
body: ${{ steps.id_rb.outputs.body }}
|
body: ${{ steps.id_rb.outputs.body }}
|
||||||
|
Reference in New Issue
Block a user