Skip to content

feat: add global config command #1

feat: add global config command

feat: add global config command #1

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org
- name: Preflight
run: npm run preflight
- name: Publish to npm
run: npm publish --access public