Skip to content

Commit

Permalink
Actualizar configuración de ESLint, Babel y PostCSS y añadir generado…
Browse files Browse the repository at this point in the history
…r de changelog
  • Loading branch information
AdrianVillamayor committed Oct 15, 2024
1 parent 1b9afa1 commit 834d380
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}


- name: Commit and Push Changelog
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add CHANGELOG.md
git commit -m "🔖 Update changelog for release"
git push origin main

0 comments on commit 834d380

Please sign in to comment.