mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 07:04:46 +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:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: Release tag to publish (for example v0.1.5)
|
||||
bump:
|
||||
description: Version bump type
|
||||
required: true
|
||||
type: string
|
||||
type: choice
|
||||
options:
|
||||
- patch
|
||||
- minor
|
||||
- major
|
||||
publish_npm:
|
||||
description: Publish deskctl to npm
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
publish_crates:
|
||||
description: Publish deskctl to crates.io
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue