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 eb382c7 commit 5d205b7Copy full SHA for 5d205b7
.github/workflows/release.yml
@@ -80,5 +80,5 @@ jobs:
80
- name: Commit and Push Changes (to temp branch)
81
run: |
82
git add dist
83
- git commit -m "Update dist folder"
84
- git push --force origin temp-build-branch
+ git commit -m "Update dist folder [skip ci]"
+ git push --force origin temp-build-branch
0 commit comments