Skip to content

Commit 9c953cb

Browse files
authored
Update release-propagate.yml
1 parent 28272ac commit 9c953cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-propagate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check tag format to accept major and minor and exclude patches
2929
id: check
3030
run: |
31-
if [[ "$TAG_NAME" =~ ^v[0-9]+\.[0-9]+(\.0)?$ ]]; then
31+
if [[ "$TAG_NAME" =~ ^v[0-9]+\.[0-9]+(\.[0-9])?$ ]]; then
3232
echo "isTagValid=true" >> $GITHUB_OUTPUT
3333
else
3434
echo "isTagValid=false" >> $GITHUB_OUTPUT
@@ -46,4 +46,4 @@ jobs:
4646
sha: ${{ inputs.sha }}
4747
target_repo: 'pimcore'
4848
secrets:
49-
token: ${{ secrets.SYNC_TOKEN }}
49+
token: ${{ secrets.SYNC_TOKEN }}

0 commit comments

Comments
 (0)