We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eae57 commit 50ca625Copy full SHA for 50ca625
templates/drupal-11/.github/workflows/build_release.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
tags:
4
- - '*.*.*'
+ - "*.*.*"
5
6
name: Create Github Release
7
@@ -45,4 +45,4 @@ jobs:
45
run: gh release create ${{ github.ref_name }} --verify-tag --generate-notes ../assets/*.*
46
env:
47
GITHUB_TOKEN: ${{ github.TOKEN }}
48
- shell: bash
+ shell: bash
templates/symfony-6/.github/workflows/build_release.yml
0 commit comments