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 6202dd5 commit 97b7c1cCopy full SHA for 97b7c1c
.github/workflows/release.yml
@@ -79,5 +79,5 @@ jobs:
79
git fetch origin main # Ensure we have the latest main
80
git checkout -B dist origin/main # Force checkout of dist, overwriting with main
81
git add dist
82
- git commit -m "Update dist folder [skip ci]"
83
- git push --force origin dist # Force push to dist
+ git commit -m "Update dist folder"
+ git push --force origin dist
0 commit comments