Skip to content

Release

Release #48

Workflow file for this run

name: Release
on: workflow_dispatch
env:
HUSKY: 0
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
- name: Release on NPM
run: pnpm semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}