Skip to content

fix: params in delete method should be optional (#900) #128

fix: params in delete method should be optional (#900)

fix: params in delete method should be optional (#900) #128

Workflow file for this run

name: Release CI
on:
push:
branches: [main, next, beta]
jobs:
publish:
name: Publish to npm
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx [email protected]