This commit is contained in:
Stéphan Kochen
2022-01-25 20:42:34 +01:00
parent ab81b2e07f
commit 5290b23733
+2 -1
View File
@@ -38,11 +38,12 @@ jobs:
- name: Update dist
if: github.repository_owner == 'stephank' && github.ref == 'refs/heads/main'
run: |
[[ "$(git status --porcelain)" != "" ]] || exit
if [[ "$(git status --porcelain)" != "" ]]; then
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git commit -m 'Update dist' dist/yarn-plugin-nixify.js
git push
fi
- name: Install plugin
run: yarn plugin import ./dist/yarn-plugin-nixify.js