We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb054c commit 2221325Copy full SHA for 2221325
.teamcity/update-homebrew.sh
@@ -4,6 +4,8 @@ set -euo pipefail
4
5
FILENAME="${PWD}/artifacts/cloudflared-darwin-amd64.tgz"
6
7
+echo "$GITHUB_PRIVATE_KEY"
8
+
9
if ! VERSION="$(git describe --tags --exact-match 2>/dev/null)" ; then
10
echo "Skipping public release for an untagged commit."
11
echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']"
0 commit comments