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 }}