chore(ci): releases now get published as ionitron

This commit is contained in:
Liam DeBeasi
2022-10-05 11:02:41 -04:00
parent 0f8679947f
commit fd656c3403

View File

@ -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