Skip to content

Commit

Permalink
Fixed Github Action Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Dec 22, 2020
1 parent 965cbc3 commit 38c4311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/}

0 comments on commit 38c4311

Please sign in to comment.