Skip to content

Update versions to 1.0.0-next/SNAPSHOT #87

Update versions to 1.0.0-next/SNAPSHOT

Update versions to 1.0.0-next/SNAPSHOT #87

name: "[NPM] monitor-theia"
on:
push:
branches:
- main
paths:
- "node/package-lock.json"
- "node/monitor-theia/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-monitor-theia.yml"
- ".github/workflows/reusable-npm.yml"
pull_request:
branches:
- main
paths:
- "node/package-lock.json"
- "node/monitor-theia/**"
release:
types:
- published
jobs:
run:
uses: ./.github/workflows/reusable-npm.yml
permissions:
contents: read
id-token: write
with:
package_workspace: monitor-theia
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}