Skip to content

Merge pull request #502 from FlowFuse/dependabot/npm_and_yarn/vite-5.… #208

Merge pull request #502 from FlowFuse/dependabot/npm_and_yarn/vite-5.…

Merge pull request #502 from FlowFuse/dependabot/npm_and_yarn/vite-5.… #208

name: Build and publish packages to the registry
on:
push:
branches:
- main
jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/[email protected]'
with:
run_tests: true
publish:
needs: build
if: |
github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/[email protected]'
with:
package_name: node-red-dashboard
publish_package: true
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}