Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV authored Jan 16, 2024
1 parent a9473ea commit 783be5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Create LedFx-Frontend Release
jobs:
build:
name: Build & Release
if: "startsWith(github.event.head_commit.message, 'Release')"
if: "startsWith(github.event.head_commit.message, 'Release') || startsWith(github.event.head_commit.message, 'Beta')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# workflow: LedFx BuildPipeline
repo: YeonV/LedFx-Builds
token: ${{ secrets.FRONTEND_TOKEN }}
inputs: '{ "fversion": "${{ steps.get-id.outputs.id}}" }'
inputs: '{ "fversion": "${{ steps.get-id.outputs.id}}", "release": "${{startsWith(github.event.head_commit.message, `Beta`)}}"}'
- name: 📂 Sync files
continue-on-error: true
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit 783be5e

Please sign in to comment.