File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
11
11
run :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - name : ⤵️ Checkout
15
- uses : actions/checkout@v3
16
- - name : 🚧 Install
17
- run : yarn
18
- - name : 📦 Build
19
- run : yarn build
20
14
- name : 🔑 Generate Token
21
15
uses : ./
22
16
with :
23
17
app_id : ${{ secrets.APP_ID }}
24
18
private_key : ${{ secrets.PRIVATE_KEY }}
25
- - name : 📦 Release
26
- uses : wow- actions/release-github-action@v2
19
+ - name : ⤵️ Prepare
20
+ uses : bubkoo/reusable-workflows/.github/ actions/prepare-repo@master
27
21
with :
22
+ build-command : build
23
+ - name : 📦 Release
24
+ uses : wow-actions/release-github-action@v3
25
+ env :
28
26
GITHUB_TOKEN : ${{ env.BOT_TOKEN }}
29
- GIT_COMMITTER_NAME : ${{ env.BOT_NAME }}
30
- GIT_COMMITTER_EMAIL : ${{ env.BOT_NAME }}@users.noreply.github.com
27
+ GIT_AUTHOR_NAME : ${{ env.BOT_NAME }}[bot]
28
+ GIT_AUTHOR_EMAIL : ${{ env.BOT_NAME }}[bot]@users.noreply.github.com
29
+ GIT_COMMITTER_NAME : ${{ env.BOT_NAME }}[bot]
30
+ GIT_COMMITTER_EMAIL : ${{ env.BOT_NAME }}[bot]@users.noreply.github.com
You can’t perform that action at this time.
0 commit comments