Skip to content

Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published #389

Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published

Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published #389

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/ci-setup
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test