allow empty commit in canary workflow

This commit is contained in:
Jon McClure 2024-01-04 18:19:55 +00:00
parent cc53f626b6
commit cd6d44779c

View file

@ -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