Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo authored Oct 12, 2024
1 parent fb708b3 commit 08a0b74
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout
uses: actions/checkout@v3
- name: 🚧 Install
run: yarn
- name: 📦 Build
run: yarn build
- name: 🔑 Generate Token
uses: ./
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- name: ⤵️ Prepare
uses: bubkoo/reusable-workflows/.github/actions/prepare-repo@master
with:
build-command: build
- name: 📦 Release
uses: wow-actions/release-github-action@v3
env:
Expand Down

0 comments on commit 08a0b74

Please sign in to comment.