Skip to content

Commit 97b7c1c

Browse files
authored
fix: Update release.yml (#178)
Debugging: Remove [skip ci] from commit to see if that changes anything.
1 parent 6202dd5 commit 97b7c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
git fetch origin main # Ensure we have the latest main
8080
git checkout -B dist origin/main # Force checkout of dist, overwriting with main
8181
git add dist
82-
git commit -m "Update dist folder [skip ci]"
83-
git push --force origin dist # Force push to dist
82+
git commit -m "Update dist folder"
83+
git push --force origin dist

0 commit comments

Comments
 (0)