Remove array index
This commit is contained in:
parent
bc6e8dd2e0
commit
0442d9714c
2
.github/workflows/deploy_api.yml
vendored
2
.github/workflows/deploy_api.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
packages: write
|
||||
|
||||
outputs:
|
||||
tag: ${{ steps.meta.outputs.tags[0] }}
|
||||
tag: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue