We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e0780 commit c7f918dCopy full SHA for c7f918d
…thub/actions/check-tag-action/action.yml …hub/actions/check-tag-version/action.yml.github/actions/check-tag-action/action.yml renamed to .github/actions/check-tag-version/action.yml
@@ -1,6 +1,6 @@
1
-# .github/actions/check-tag-action/action.yml
+# .github/actions/check-tag-version/action.yml
2
3
-name: Check Tag Action
+name: Check Tag Version
4
description: >-
5
Validates the tag version format and checks version ordering.
6
Outputs:
.github/workflows/ci-release.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: 🏷️ Check Tag Version
84
id: check-tag-version
85
- uses: ./.github/actions/check-tag-action
+ uses: ./.github/actions/check-tag-version
86
with:
87
version: ${{ inputs.version }}
88
allowed-prerelease-suffix-regex: '^(alpha|beta|rc)$'
0 commit comments