mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(ci): releases now get published as ionitron
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -32,9 +32,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Configure Identity
|
- name: Configure Identity
|
||||||
|
# Commits from github-actions do not
|
||||||
|
# trigger other GitHub Actions. As a result,
|
||||||
|
# we publish releases from Ionitron instead
|
||||||
|
# so actions run when merging the release branch
|
||||||
|
# back into main.
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions
|
git config user.name ionitron
|
||||||
git config user.email github-actions@github.com
|
git config user.email hi@ionicframework.com
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts -- --legacy-peer-deps
|
run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts -- --legacy-peer-deps
|
||||||
|
Reference in New Issue
Block a user