Skip to content

Commit 47632e8

Browse files
prettier after rebase
1 parent d0d3797 commit 47632e8

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.github/workflows/release-ionicons.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
permissions:
2222
id-token: write
2323
steps:
24-
- uses: actions/checkout@v4
25-
- uses: ./.github/workflows/actions/publish-npm
26-
with:
27-
tag: ${{ inputs.tag }}
28-
version: ${{ inputs.version }}
29-
working-directory: './'
30-
token: ${{ secrets.NPM_TOKEN }}
24+
- uses: actions/checkout@v4
25+
- uses: ./.github/workflows/actions/publish-npm
26+
with:
27+
tag: ${{ inputs.tag }}
28+
version: ${{ inputs.version }}
29+
working-directory: './'
30+
token: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@ jobs:
3131
needs: [release-ionicons]
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
35-
with:
36-
token: ${{ secrets.IONITRON_TOKEN }}
37-
fetch-depth: 0
38-
- name: Configure Identity
39-
# Commits from github-actions do not
40-
# trigger other GitHub Actions. As a result,
41-
# we publish releases from Ionitron instead
42-
# so actions run when merging the release branch
43-
# back into main.
44-
run: |
45-
git config user.name ionitron
46-
git config user.email [email protected]
47-
shell: bash
48-
# This ensures the local version of Lerna is installed
49-
# and that we do not use the global Lerna version. We currently
50-
# rely on functionality that does not exist in newer versions of Lerna.
51-
- name: Install root dependencies
52-
run: npm ci
53-
shell: bash
54-
- name: Create GitHub Release
55-
run: npx lerna@5 version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github
56-
env:
57-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
shell: bash
34+
- uses: actions/checkout@v4
35+
with:
36+
token: ${{ secrets.IONITRON_TOKEN }}
37+
fetch-depth: 0
38+
- name: Configure Identity
39+
# Commits from github-actions do not
40+
# trigger other GitHub Actions. As a result,
41+
# we publish releases from Ionitron instead
42+
# so actions run when merging the release branch
43+
# back into main.
44+
run: |
45+
git config user.name ionitron
46+
git config user.email [email protected]
47+
shell: bash
48+
# This ensures the local version of Lerna is installed
49+
# and that we do not use the global Lerna version. We currently
50+
# rely on functionality that does not exist in newer versions of Lerna.
51+
- name: Install root dependencies
52+
run: npm ci
53+
shell: bash
54+
- name: Create GitHub Release
55+
run: npx lerna@5 version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github
56+
env:
57+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
shell: bash
5959

6060
update-package-lock:
6161
# This needs to run after finalize-release

0 commit comments

Comments
 (0)