mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
chore: fix publish.yml
This commit is contained in:
parent
1071d2011d
commit
f2f8f93d82
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -4,6 +4,13 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
type: string
|
||||||
|
description: 'aqua version to publish'
|
||||||
|
required: true
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
description: 'aqua version to publish'
|
description: 'aqua version to publish'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user