Skip to content

Commit 8c6ae5b

Browse files
benHonkingGoose
andauthored
Update .github/workflows/tag-on-merge.yml
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
1 parent f84882c commit 8c6ae5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
PATCH=$(($LASTPATCH+1))
1919
echo "::set-output name=tagname::2.1.${PATCH})"
2020
21-
- name: Create Tag
21+
- name: Create tag
2222
uses: negz/create-tag@v1
2323
with:
2424
version: ${{ steps.compute-tag.outputs.tagname }}

0 commit comments

Comments
 (0)