Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo authored Oct 12, 2024
1 parent 6090199 commit fb708b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ 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
- 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:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}@users.noreply.github.com
GIT_AUTHOR_NAME: ${{ env.BOT_NAME }}[bot]
GIT_AUTHOR_EMAIL: ${{ env.BOT_NAME }}[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}[bot]
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}[bot]@users.noreply.github.com

0 comments on commit fb708b3

Please sign in to comment.