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
|
packages: write
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
tag: ${{ steps.meta.outputs.tags[0] }}
|
tag: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue