Skip to content

Commit a6fd624

Browse files
committed
release action
1 parent 3988706 commit a6fd624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check Release
3333
id: release_check
3434
run: |
35-
REF_NAME="${{ secrets.REF_NAME }}""
35+
REF_NAME="${{ secrets.REF_NAME }}"
3636
RELEASE_REGEX="^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$"
3737
PRE_RELEASE_REGEX="^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[0-9a-zA-Z]+$"
3838
if [[ $REF_NAME =~ $RELEASE_REGEX ]]

0 commit comments

Comments
 (0)