1 parent dd8a92c commit 68de53aCopy full SHA for 68de53a
1 file changed
.github/workflows/build.yml
@@ -10,11 +10,6 @@ on:
10
description: 'Release tag (e.g. v1.0.0). Leave empty for a build-only run.'
11
required: false
12
default: ''
13
- beta:
14
- description: 'Publish this release as a beta (pre-release) instead of latest'
15
- required: false
16
- type: boolean
17
- default: false
18
19
permissions:
20
contents: read
@@ -238,7 +233,7 @@ jobs:
238
233
239
234
contents: write
240
235
env:
241
- BETA: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.beta || 'false' }}
236
+ BETA: 'true'
242
237
steps:
243
- name: Validate and resolve tag
244
id: tag
0 commit comments