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 a961fc1 commit 4f949cfCopy full SHA for 4f949cf
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Overwrite .gitignore for release branch
56
run: |
57
- printf "/*\n!/dist\n!/dist/**\n!/source/php\n!/source/php/**\n" > .gitignore
+ printf "/*\n!/dist\n!/dist/**\n!/source/php\n!/source/php/**\n!/assets/**" > .gitignore
58
59
# --- Release Branch Commit ---
60
- name: Commit and push release branch
@@ -85,4 +85,4 @@ jobs:
85
uses: ncipollo/release-action@v1
86
with:
87
tag: ${{ steps.version.outputs.version }}
88
- generateReleaseNotes: true
+ generateReleaseNotes: true
0 commit comments