diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:14:09 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 16:14:09 -0500 |
commit | 052e5e490b6b80baac6fb8f81aed70aa934d3567 (patch) | |
tree | 3d2de2445ec085054c5e1cef493f251708562086 /.github/workflows | |
parent | version de-bump everything (diff) | |
download | locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar.gz locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar.bz2 locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar.lz locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar.xz locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.tar.zst locusts-052e5e490b6b80baac6fb8f81aed70aa934d3567.zip |
Add verion bumping script
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/changesets.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |