From 052e5e490b6b80baac6fb8f81aed70aa934d3567 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 16:14:09 -0500 Subject: Add verion bumping script Signed-off-by: Matt Strapp --- .github/workflows/changesets.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index e5613b8..b0cf024 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -19,6 +19,8 @@ jobs: key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- + - name: Install ripgrep + run: sudo apt-get -y install ripgrep - name: Install pnpm and dependencies uses: pnpm/action-setup@v4 with: -- cgit v1.2.3