Skip to content

Merge pull request #229 from Enterwell/feature/search-header #33

Merge pull request #229 from Enterwell/feature/search-header

Merge pull request #229 from Enterwell/feature/search-header #33

Workflow file for this run

name: Publish npm packages
on:
push:
branches:
- main
paths:
- "packages/**"
- ".github/workflows/npm-publish-reusable.yml"
- ".github/workflows/npm-publish.yml"
workflow_dispatch:
jobs:
publish_ui:
uses: './.github/workflows/npm-publish-reusable.yml'
with:
name: 'react-ui'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
publish_hooks:
uses: './.github/workflows/npm-publish-reusable.yml'
with:
name: 'react-hooks'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
publish_mui_hooks:
uses: './.github/workflows/npm-publish-reusable.yml'
with:
name: 'react-mui-hooks'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}