From 03a127e7620b7919ea256975c5e96fbde9e5c8d5 Mon Sep 17 00:00:00 2001 From: rndquu Date: Mon, 20 May 2024 17:01:46 +0300 Subject: [PATCH] ci: test --- .github/workflows/bump-version.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index dd559be..72beba5 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -25,3 +25,10 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" yarn version --new-version ${{ github.event.inputs.bump }} + + - name: Commit & Push changes + uses: actions-js/push@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + message: "chore: bump version" + branch: ${{ github.event.repository.default_branch }}