Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez authored Feb 11, 2021
1 parent 6b09663 commit f3d6c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
NAME=$(echo ${GITHUB_REF} | sed -e "s/.*\///g")
TAG=false
if [[ ${GITHUB_REF} == "/refs/tags/"* ]]; then
if [[ ${GITHUB_REF} == *"/tags/"* ]]; then
TAG=true
fi
echo name=${NAME} tag=${TAG} ref=${GITHUB_REF}
Expand Down

0 comments on commit f3d6c64

Please sign in to comment.