Skip to content

hide trash by neatly sorting it in a drawer #35

hide trash by neatly sorting it in a drawer

hide trash by neatly sorting it in a drawer #35

name: Publish packages with updated changelog to npmjs.org
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm run install:packages -- --ci
- run: npm test
- run: npm run publish:packages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: EndBug/add-and-commit@v7