Skip to content

chore(main): release 1.1.1 #6

chore(main): release 1.1.1

chore(main): release 1.1.1 #6

Workflow file for this run

name: Publish to NPM
on:
pull_request:
types: [closed]
branches:
- main
jobs:
publish:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release-please--')
uses: sendo-labs/reusable-workflows/.github/workflows/npm-publish.yml@npm-publish-workflow-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 }}