Files
create-better-t-stack/.github/workflows/preview.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 10: cannot unmarshal !!str `${{ git...` into model.RawConcurrency
2025-06-16 19:29:02 +05:30

31 lines
600 B
YAML

name: Preview
on:
pull_request:
paths:
- "apps/cli/**"
- "package.json"
- "bun.lock"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
preview:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Publish Preview Package
run: bunx pkg-pr-new publish './apps/cli' --bin