Someday I'll Get This Sorted

This commit is contained in:
Annika Merris 2024-02-04 13:19:42 -05:00
parent 5625964565
commit 1d2bdb401a

View file

@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
shell_command: /bin/ash -c
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
path: isl-api
destination: dist
- name: Create Release