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 df40158 commit 0b70043Copy full SHA for 0b70043
.github/workflows/release.yaml
@@ -38,7 +38,9 @@ jobs:
38
run: composer bundle -v
39
40
- name: Stash bundled files
41
- run: git stash push -- composer.json Resources/Private/Libs/vendor
+ run: |
42
+ git add -f Resources/Private/Libs/vendor
43
+ git stash push -- composer.json Resources/Private/Libs/vendor
44
45
- name: Reset files
46
run: git reset --hard HEAD && git clean -dfx
0 commit comments