mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
ci: 🔥 fix github action
This commit is contained in:
12
.github/workflows/releases-dev.yml
vendored
12
.github/workflows/releases-dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user