mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +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:
|
||||
inputs:
|
||||
version:
|
||||
type: string
|
||||
description: 'aqua version to publish'
|
||||
required: true
|
||||
workflow_call:
|
||||
inputs:
|
||||
version:
|
||||
type: string
|
||||
description: 'aqua version to publish'
|
||||
required: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user