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 5dfc3a1 commit 3ccf3ccCopy full SHA for 3ccf3cc
.github/workflows/release.yml
@@ -75,6 +75,6 @@ jobs:
75
76
- name: Commit and Push Changes (to dist)
77
run: |
78
- git add dist/samples
+ git add dist/*
79
git commit -m "Update dist folder"
80
git push --force origin dist
0 commit comments