instalo podman
Some checks failed
Create release from tag / create_release (push) Failing after 18s

This commit is contained in:
Álvaro González 2026-05-13 11:22:57 +02:00
parent 25901f5bf8
commit f880ec5acd

View file

@ -19,6 +19,7 @@ get_release_files(){
main(){
TAG=${GITHUB_REF#refs/tags/}
VERSION=${TAG#version-}
apt install -y podman
build_release_files
FILES="$(get_release_files)"
# gh release create $TAG $FILES