From 38c43111e66395a1390d8e0994dec62bd1ab0d9d Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Tue, 22 Dec 2020 13:31:43 -0500 Subject: [PATCH] Fixed Github Action Tags --- .github/workflows/tag-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-actions.yml b/.github/workflows/tag-actions.yml index 76bdfa6d..8118953f 100644 --- a/.github/workflows/tag-actions.yml +++ b/.github/workflows/tag-actions.yml @@ -58,7 +58,7 @@ jobs: max_attempts: 5 retry_on: error retry_wait_seconds: 10 - command: pip install brewtils==${GITHUB_REF/refs\/tags\//} + command: pip install brewtils==${GITHUB_REF#refs/tags/} Docker: needs: Verify-PyPi @@ -76,4 +76,4 @@ jobs: run: make docs-deps - name: Build Images - run: make publish-docker VERSION=${GITHUB_REF/refs\/tags\//} + run: make publish-docker VERSION=${GITHUB_REF#refs/tags/}