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.
2 parents ce442ef + e91fcc8 commit f850dd6Copy full SHA for f850dd6
.github/workflows/release-project.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Extract tag name
34
id: extract_tagname
35
shell: bash
36
- # Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
+ # Extract the tag name from the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
37
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
38
39
- name: Set up JDK 17
0 commit comments