major/minor/patch

This commit is contained in:
Harivansh Rathi 2026-03-26 09:07:56 -04:00
parent 1d72c7b852
commit deaffff45a

View file

@ -3,15 +3,19 @@ name: Publish Registries
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: bump:
description: Release tag to publish (for example v0.1.5) description: Version bump type
required: true required: true
type: string type: choice
options:
- patch
- minor
- major
publish_npm: publish_npm:
description: Publish deskctl to npm description: Publish deskctl to npm
required: true required: true
type: boolean type: boolean
default: false default: true
publish_crates: publish_crates:
description: Publish deskctl to crates.io description: Publish deskctl to crates.io
required: true required: true