Skip to content

chore: bump to 0.8.5 — scrub remaining stale counts #19

chore: bump to 0.8.5 — scrub remaining stale counts

chore: bump to 0.8.5 — scrub remaining stale counts #19

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
- name: Release
run: bash release.sh
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}