mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 04:03:28 +00:00
major/minor/patch
This commit is contained in:
parent
1d72c7b852
commit
deaffff45a
1 changed files with 8 additions and 4 deletions
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue