Skip to content

refactor: rename type to PackageEntryPoints #1

refactor: rename type to PackageEntryPoints

refactor: rename type to PackageEntryPoints #1

Workflow file for this run

name: Release
on:
push:
branches: master
jobs:
release:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install pnpm & dependencies
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Test
run: pnpm test
- name: Lint
run: pnpm lint
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm dlx semantic-release