Skip to content

Commit fb708b3

Browse files
authored
Update release.yml
1 parent 6090199 commit fb708b3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
run:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: ⤵️ Checkout
15-
uses: actions/checkout@v3
16-
- name: 🚧 Install
17-
run: yarn
18-
- name: 📦 Build
19-
run: yarn build
2014
- name: 🔑 Generate Token
2115
uses: ./
2216
with:
2317
app_id: ${{ secrets.APP_ID }}
2418
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
2721
with:
22+
build-command: build
23+
- name: 📦 Release
24+
uses: wow-actions/release-github-action@v3
25+
env:
2826
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

0 commit comments

Comments
 (0)