mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore: sync with main
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -72,6 +72,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
update-package-lock:
|
||||||
|
# This needs to run after finalize-release
|
||||||
|
# because we also push to the repo in that
|
||||||
|
# job. If these jobs ran in parallel then it is
|
||||||
|
# possible for them to push at the same time.
|
||||||
|
needs: [finalize-release]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
# Lerna does not automatically bump versions
|
# Lerna does not automatically bump versions
|
||||||
# of Ionic dependencies that have changed,
|
# of Ionic dependencies that have changed,
|
||||||
# so we do that here.
|
# so we do that here.
|
||||||
|
Reference in New Issue
Block a user