Skip to content

feat: add InferBusType, InferPublishHandler, InferSubscribeHandler he… #23

feat: add InferBusType, InferPublishHandler, InferSubscribeHandler he…

feat: add InferBusType, InferPublishHandler, InferSubscribeHandler he… #23

Workflow file for this run

name: Release (semantic-release)
on:
push:
branches: ["master"]
permissions:
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 21.x
cache: "pnpm"
- run: pnpm install -frozen-lockfile
- run: pnpm build
- run: pnpm test
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release