Skip to content

Commit

Permalink
fix: tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Dec 7, 2020
1 parent 17c5d70 commit 599f8ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
draft: false
prerelease: false

- id: get-tag-name
- name: Get tag name
id: get-tag-name
run: |
tag_ref="${{github.ref}}"
tag_name=$(echo "${tag_ref##*/}"" )
tag_name="$(echo "${tag_ref##*/}" )"
echo "::set-output name=tag_name::$tag_name"
- name: Upload Tag Release Asset
Expand Down

0 comments on commit 599f8ed

Please sign in to comment.