Skip to content

Commit

Permalink
Rename step name (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRipoll23 authored Oct 12, 2023
1 parent 142914e commit 6251d98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4

- name: Generate tag
- name: Cretate tag name
uses: ./
id: create-tag-name
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Voilà! That's your new tag name just for you.
pull-requests: write

steps:
- name: Create tag
- name: Create tag name
uses: MiguelRipoll23/create-tag-name@main
id: create-tag-name
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- name: Create tag
- name: Create tag name
uses: MiguelRipoll23/create-tag-name@main
id: create-tag-name
with:
Expand Down

0 comments on commit 6251d98

Please sign in to comment.