boolean not string

Signed-off-by: Alpha <dev@alpha93.kr>
This commit is contained in:
Alpha
2024-11-04 00:53:26 +09:00
committed by GitHub
parent c0cfb1ee3d
commit 137370c1f5

View File

@@ -102,7 +102,7 @@ jobs:
uses: PlazmaMC/PlazmaBukkit/.github/actions/release@main
with:
version: ${{ env.VERSION }}
development: startsWith(github.ref_name, 'dev/')
development: ${{ startsWith(github.ref_name, 'dev/') }}
build_number: ${{ env.BUILDID }}
github_token: ${{ secrets.GH_PAT }}
discord_webhook: ${{ secrets.WEBHOOK_URL }}