Skip to content

Commit 37c70f5

Browse files
committed
Fix Readme
1 parent ab474ff commit 37c70f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ the process of tagging and pushing new releases for GitHub Actions.
211211
GitHub Actions allows users to select a specific version of the action to use, based on release
212212
tags. This script simplifies this process by performing the following steps:
213213

214-
1. **Retrieving the latest release tag:** The script starts by fetching the most recent semver
214+
1. **Retrieving the latest release tag:** The script starts by fetching the most recent SemVer
215215
release tag of the current branch, by looking at the local data available in your repository.
216216
1. **Prompting for a new release tag:** The user is then prompted to enter a new release tag. To
217217
assist with this, the script displays the tag retrieved in the previous step, and validates the

0 commit comments

Comments
 (0)