Skip to content

📦 Publish

📦 Publish #19

Workflow file for this run

name: Publish to npm registry
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/provenance.yml
on:
workflow_dispatch:
inputs:
debug:
description: 'Enable debug output'
required: false
default: '0'
type: string
options:
- '0'
- '1'
permissions:
contents: write
id-token: write
jobs:
publish:
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
with:
debug: ${{ inputs.debug }}
package-name: '@socketregistry/packageurl-js'
setup-script: 'pnpm run build'
use-trusted-publishing: true