Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 29, 2024
1 parent 4b6bf37 commit 13d7ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
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}}", "release": "${{ startsWith(github.event.head_commit.message, \'Beta\') && \'No\' || \'Yes\' }}" }'
inputs: '{ "fversion": "${{ steps.get-id.outputs.id}}", "release": ${{ startsWith(github.event.head_commit.message, "Beta") && "No" || "Yes" }} }'

- name: 📂 Sync files
continue-on-error: true
Expand Down

0 comments on commit 13d7ac8

Please sign in to comment.