Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
remove stray '.' from get_tag step
  • Loading branch information
josh-hadley authored Apr 17, 2020
1 parent fb88c2a commit faeab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get the tag
id: get_tag
# strip '/refs/tags/' from ref and store in VERSION
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}.
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Create Release
# N.B. this will fail if the release already exists
Expand Down

0 comments on commit faeab18

Please sign in to comment.