We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd438df + e982933 commit 31cf664Copy full SHA for 31cf664
.github/workflows/release_draft.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Check format of received tag
43
id: check-version-tag
44
- uses: AbsaOSS/version-tag-check@36496be76eab24e1f14d45d3b8292311a2aebaaa
+ uses: AbsaOSS/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
with:
@@ -51,7 +51,7 @@ jobs:
51
- name: Check format of received from tag
52
if: ${{ github.event.inputs.from-tag-name }}
53
id: check-version-from-tag
54
55
56
57
0 commit comments