Skip to content

Commit

Permalink
Remove extra / from on-demand-deployment.yaml script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 14, 2021
1 parent 52b0162 commit c86b299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
tag=${GITHUB_REF#refs/tags/}
bare_tag=${tag/v//}
bare_tag=${tag/v/}
IFS='.' read -ra bare_tag_parts <<< "$bare_tag"
name="${bare_tag_parts[0]}.${bare_tag_parts[1]}.${bare_tag_parts[2]}"
echo "Setting name as: ${name}"
Expand Down

0 comments on commit c86b299

Please sign in to comment.