From eabef7a92d005cd0190196cfe75828c38885aadf Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Tue, 3 Jan 2023 13:49:57 +0100 Subject: [PATCH] fix(contexts): :fire: added buttons --- .github/workflows/releases.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 00fa335..b491aca 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -53,8 +53,6 @@ jobs: run: yarn node ./scripts/release.js --name=provider --version="${{ steps.vars.outputs.tag }}" --token="${{ secrets.NPM_TOKEN }}" - name: Commit Versioning & Push changes - uses: actions-js/push@master + uses: stefanzweifel/git-auto-commit-action@v4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - message: 'ci(version): :zap: automatic - "${date}" updated versions every packages' - branch: 'dev' + commit_message: 'ci(version): :zap: automatic - "${date}" updated versions every packages'