allow empty commit in canary workflow
This commit is contained in:
parent
cc53f626b6
commit
cd6d44779c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/canary.yaml
vendored
2
.github/workflows/canary.yaml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
git config --global user.name github-actions
|
||||
git config --global user.email github-actions@github.com
|
||||
git add .
|
||||
git commit -m "built package"
|
||||
git commit --allow-empty -m "built package"
|
||||
|
||||
- id: canary-release
|
||||
name: Create Canary Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue