Skip to content

Commit 89682b1

Browse files
authored
fix: Update release.yml (#255)
Adds 'skip ci' to the commit message for the dist push, to prevent it from triggering the workflow again (it will fail, doesn't harm anything but it's gross)
1 parent 362c6ec commit 89682b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
- name: Commit and Push Changes (to temp branch)
8282
run: |
8383
git add dist index.html
84-
git commit -m "Update dist folder"
84+
git commit -m "Update dist folder [skip ci]"
8585
git push --force origin temp-build-branch

0 commit comments

Comments
 (0)