Skip to content

ci: drop --provenance (private packages can't attest), normalise bin … #3

ci: drop --provenance (private packages can't attest), normalise bin …

ci: drop --provenance (private packages can't attest), normalise bin … #3

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
permissions:
id-token: write
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: bun install --frozen-lockfile
- run: bun run typecheck
- run: bun test
- run: bun run build
- run: npm publish