This commit is contained in:
parent
25901f5bf8
commit
f880ec5acd
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ get_release_files(){
|
||||||
main(){
|
main(){
|
||||||
TAG=${GITHUB_REF#refs/tags/}
|
TAG=${GITHUB_REF#refs/tags/}
|
||||||
VERSION=${TAG#version-}
|
VERSION=${TAG#version-}
|
||||||
|
apt install -y podman
|
||||||
build_release_files
|
build_release_files
|
||||||
FILES="$(get_release_files)"
|
FILES="$(get_release_files)"
|
||||||
# gh release create $TAG $FILES
|
# gh release create $TAG $FILES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue