Skip to content

Commit c7f918d

Browse files
committed
Renamed check-tag-action -> check-tag-version for consistency
Signed-off-by: Nikita Neverov <neverovnikita.bmt@gmail.com>
1 parent 62e0780 commit c7f918d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/check-tag-action/action.yml renamed to .github/actions/check-tag-version/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# .github/actions/check-tag-action/action.yml
1+
# .github/actions/check-tag-version/action.yml
22

3-
name: Check Tag Action
3+
name: Check Tag Version
44
description: >-
55
Validates the tag version format and checks version ordering.
66
Outputs:

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: 🏷️ Check Tag Version
8484
id: check-tag-version
85-
uses: ./.github/actions/check-tag-action
85+
uses: ./.github/actions/check-tag-version
8686
with:
8787
version: ${{ inputs.version }}
8888
allowed-prerelease-suffix-regex: '^(alpha|beta|rc)$'

0 commit comments

Comments
 (0)