Skip to content

Commit 5d205b7

Browse files
authored
Update release.yml (#233)
Adds [skip ci] to the commit message, to prevent a potential loop with workflows.
1 parent eb382c7 commit 5d205b7

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
@@ -80,5 +80,5 @@ jobs:
8080
- name: Commit and Push Changes (to temp branch)
8181
run: |
8282
git add dist
83-
git commit -m "Update dist folder"
84-
git push --force origin temp-build-branch
83+
git commit -m "Update dist folder [skip ci]"
84+
git push --force origin temp-build-branch

0 commit comments

Comments
 (0)