Skip to content

Commit faeab18

Browse files
authored
Update release.yml
remove stray '.' from get_tag step
1 parent fb88c2a commit faeab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get the tag
2323
id: get_tag
2424
# strip '/refs/tags/' from ref and store in VERSION
25-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}.
25+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2626

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

0 commit comments

Comments
 (0)