Skip to content

chore(workflows): enable skipping tests in NPM publishing workflow #3

chore(workflows): enable skipping tests in NPM publishing workflow

chore(workflows): enable skipping tests in NPM publishing workflow #3

Workflow file for this run

name: Publish to NPM
on:
push:
tags:
- 'v*'
jobs:
publish:
uses: sendo-labs/reusable-workflows/.github/workflows/npm-publish.yml@v1.0.0
with:
bun-version: 'latest'
node-version: '22'
working-directory: '.'
registry-url: 'https://registry.npmjs.org'
skip-tests: true
skip-build: false
access: 'public'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}