Skip to content

Commit 50ca625

Browse files
committed
yaml lint
1 parent 60eae57 commit 50ca625

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/drupal-11/.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- '*.*.*'
4+
- "*.*.*"
55

66
name: Create Github Release
77

@@ -45,4 +45,4 @@ jobs:
4545
run: gh release create ${{ github.ref_name }} --verify-tag --generate-notes ../assets/*.*
4646
env:
4747
GITHUB_TOKEN: ${{ github.TOKEN }}
48-
shell: bash
48+
shell: bash

templates/symfony-6/.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- '*.*.*'
4+
- "*.*.*"
55

66
name: Create Github Release
77

@@ -45,4 +45,4 @@ jobs:
4545
run: gh release create ${{ github.ref_name }} --verify-tag --generate-notes ../assets/*.*
4646
env:
4747
GITHUB_TOKEN: ${{ github.TOKEN }}
48-
shell: bash
48+
shell: bash

0 commit comments

Comments
 (0)