diff --git a/scripts/publish.sh b/scripts/publish.sh index 40b290f..c878481 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -32,5 +32,5 @@ upload() { done < <(find ./build -mindepth 1 -maxdepth 1 -print0) } -# release +release upload diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a7741bb..ad171bd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: '2.4.0' +version: '2.4.1' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files.