Skip to content

Commit 08a0b74

Browse files
authored
chore: update release.yml
1 parent fb708b3 commit 08a0b74

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ 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
1420
- name: 🔑 Generate Token
1521
uses: ./
1622
with:
1723
app_id: ${{ secrets.APP_ID }}
1824
private_key: ${{ secrets.PRIVATE_KEY }}
19-
- name: ⤵️ Prepare
20-
uses: bubkoo/reusable-workflows/.github/actions/prepare-repo@master
21-
with:
22-
build-command: build
2325
- name: 📦 Release
2426
uses: wow-actions/release-github-action@v3
2527
env:

0 commit comments

Comments
 (0)