ci: 🔥 fix github action

This commit is contained in:
Leifer Mendez
2023-01-11 20:34:59 +01:00
parent 389169fc58
commit 675046cc58
8 changed files with 18 additions and 57 deletions

View File

@@ -50,8 +50,10 @@ jobs:
- name: Release @bot-whatsapp/portal
run: yarn node ./scripts/release.js --name=portal --version= --token="${{ secrets.NPM_TOKEN }}"
- name: Commit Versioning & Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'ci(version): :zap: automatic - "${date}" updated versions every packages'
branch: dev
- name: GIT commit and push all changed files
if: github.event_name == 'push'
run: |
git config --global user.email "leifer.contacto@gmail.com"
git config --global user.name "Leifer Mendez"
git commit -a -m 'chore(version): dev release 🫡'
git push origin dev