From b11e855c744f30008d8161c65decb106e5ccf830 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 26 Aug 2019 13:34:36 +0200 Subject: [PATCH] add(github-release): go programm to push github releases --- installation-scripts/04-github-release.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 installation-scripts/04-github-release.sh diff --git a/installation-scripts/04-github-release.sh b/installation-scripts/04-github-release.sh new file mode 100644 index 0000000..3b9aee4 --- /dev/null +++ b/installation-scripts/04-github-release.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +go get github.com/aktau/github-release