mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
obey semver updates
This commit is contained in:
parent
1a575b3d2e
commit
91b6040a88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
projects:
|
||||
description: eg. `foo.com@1.2.3 bar.com@2.3.4`
|
||||
description: eg. `foo.com=1.2.3 bar.com^2.3.4`
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
|
Loading…
Reference in a new issue