Skip to content

Commit f850dd6

Browse files
author
Dennis Labordus
authored
Merge pull request #247 from com-pas/small-github-action-changes
Small GitHub Actions changes
2 parents ce442ef + e91fcc8 commit f850dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Extract tag name
3434
id: extract_tagname
3535
shell: bash
36-
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
36+
# Extract the tag name from the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
3737
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
3838

3939
- name: Set up JDK 17

0 commit comments

Comments
 (0)