Skip to content

Prepare to release a ton of package versions #3

Prepare to release a ton of package versions

Prepare to release a ton of package versions #3

name: Prepare releases
on:
pull_request:
branches: [main]
# When pushing, we also want to deploy packages to NPM
push:
branches: [main]
jobs:
test:
name: Prepare releases
runs-on: ubuntu-latest
env:
# Ensure that Chalk uses colors in the output
FORCE_COLOR: 2
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: |
yarn install
- name: Prepare releases
run: |
yarn run prepare