99 - main
1010
1111env :
12- GIT_CLIFF_CONFIG_URL : https://raw.githubusercontent.com/liblaf/copier-release/refs/heads/main/cliff.toml
12+ GIT_CLIFF_CONFIG_URL : >-
13+ https://raw.githubusercontent.com/liblaf/copier-release/0c66649f89da259fdfdc5e34caf43a57d1ce5d46/cliff.toml
14+
15+ #
1316
1417concurrency :
1518 group : ${{ github.workflow }} @ ${{ github.ref }}
@@ -32,12 +35,12 @@ jobs:
3235 with :
3336 fetch-depth : 0
3437 - name : Install git-cliff
35- uses : taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2
38+ uses : taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2
3639 with :
3740 tool : git-cliff
3841 - id : version
3942 name : Next version
40- uses : liblaf/actions/next-version@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1
43+ uses : liblaf/actions/next-version@30c85b7c83d5db558c3113c5a7297837f6fe4904 # v1
4144 env :
4245 GIT_CLIFF_CONFIG_URL : ${{ env.GIT_CLIFF_CONFIG_URL }}
4346 GITHUB_TOKEN : ${{ github.token }}
@@ -58,16 +61,16 @@ jobs:
5861 steps :
5962 - id : auth
6063 name : Auth
61- uses : liblaf/actions/auth@12ffbdf8f37ab1ff07565b44b643fd8433621cd7 # v1
64+ uses : liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
6265 with :
63- app -id : ${{ vars.APP_ID }}
64- private-key : ${{ secrets.PRIVATE_KEY }}
66+ client -id : ${{ vars.APP_CLIENT_ID }}
67+ private-key : ${{ secrets.APP_PRIVATE_KEY }}
6568 - name : Checkout
6669 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6770 with :
6871 fetch-depth : 0
6972 - name : Install git-cliff
70- uses : taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2
73+ uses : taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2
7174 with :
7275 tool : git-cliff
7376 - name : Generate changelog
9295 name : Bump package.json
9396 run : npm version '${{ needs.version.outputs.version }}' --no-git-tag-version
9497 - name : Create PR
95- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
98+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
9699 with :
97100 token : ${{ steps.auth.outputs.token }}
98101 commit-message : " chore(release): ${{ needs.version.outputs.tag }}"
@@ -105,3 +108,5 @@ jobs:
105108 automerge
106109 release-please
107110 assignees : ${{ github.repository_owner }}
111+
112+ #
0 commit comments