Skip to content

build: revert to public npm registry (unscoped name) #8

build: revert to public npm registry (unscoped name)

build: revert to public npm registry (unscoped name) #8

Workflow file for this run

name: node-mac-virtual-display Package
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}