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