Skip to content

Commit

Permalink
beta on issue_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 8, 2024
1 parent 46f648c commit a552954
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Sync node version and setup cache
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Sync node version and setup cache
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- main
- beta-release-trigger
issue_comment:
types: [created]
workflow_dispatch:

concurrency:
Expand All @@ -13,6 +14,7 @@ concurrency:
jobs:
delete_old_beta:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'issue_comment' || (github.event.issue.number == 69 && contains(github.event.comment.body, '/release-beta')) }}
steps:
- name: Execute Delete Release/Tag action
uses: ShivamHS/delete-tag@v1
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Sync node version and setup cache
Expand Down Expand Up @@ -136,7 +138,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Sync node version and setup cache
Expand Down
20 changes: 13 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a552954

Please sign in to comment.