Skip to content

chore: update release.yml #98

chore: update release.yml

chore: update release.yml #98

Workflow file for this run

name: Release
on:
push:
branches:
- master
- next
- next-major
- alpha
- beta
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: 📦 Release
uses: wow-actions/release-github-action@v2
with:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}@users.noreply.github.com