mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 10:47:44 -05:00
More Futzing With Arrays
This commit is contained in:
parent
d1497ae666
commit
5625964565
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
shell_command: /bin/ash -c
|
shell_command: /bin/ash -c
|
||||||
image: ${{ steps.meta.outputs.tags[0] }}
|
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
|
||||||
path: isl-api
|
path: isl-api
|
||||||
destination: dist
|
destination: dist
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue