We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb88c2a commit faeab18Copy full SHA for faeab18
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Get the tag
23
id: get_tag
24
# strip '/refs/tags/' from ref and store in VERSION
25
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}.
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
26
27
- name: Create Release
28
# N.B. this will fail if the release already exists
0 commit comments