Skip to content

Commit 9917c20

Browse files
committed
Fix "Create tag" step name
1 parent 383ebb1 commit 9917c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/auto-tag-new-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CREATE_TAG=yes
3131
fi
3232
echo "CREATE_TAG=${CREATE_TAG}" >> $GITHUB_ENV
33-
- name: "Create release"
33+
- name: "Create tag"
3434
if: ${{ env.CREATE_TAG == 'yes' }}
3535
uses: "actions/github-script@v7"
3636
with:

0 commit comments

Comments
 (0)