Skip to content

chore: release v17.1.6 #97

chore: release v17.1.6

chore: release v17.1.6 #97

Workflow file for this run

name: npm publish
on:
push:
tags:
- '*'
jobs:
npm:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
registry-url: 'https://registry.npmjs.org'
node-version: lts/*
- run: pnpm install --frozen-lockfile
- run: pnpm --filter='./apps/**' publish --provenance --no-git-checks --access public
release:
needs:
- npm
runs-on: ubuntu-slim
permissions:
contents: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
- run: bunx changelogithub@13.16.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}