Skip to content

Commit c9007a0

Browse files
committed
ci: add target_platform to version-bump workflow
- Added `target_platform` input. - Set default to 'custom'.
1 parent 4e33f01 commit c9007a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: ./
3131
with:
3232
release_type: ${{ inputs.release_type }}
33+
target_platform: 'custom'
3334
bump_targets: >
3435
[
3536
{'package.json','version'}

0 commit comments

Comments
 (0)