Skip to content

Merge branch 'master' of https://github.com/emerald-dao/component-lib… #252

Merge branch 'master' of https://github.com/emerald-dao/component-lib…

Merge branch 'master' of https://github.com/emerald-dao/component-lib… #252

Workflow file for this run

name: '🚀 release'
on:
push:
branches: ['master']
jobs:
release:
name: 🚀 release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/checkout@v3
- name: 🟢 node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run package
- name: 🚀 publish to npm
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-static