Skip to content

fix: discord invite #257

fix: discord invite

fix: discord invite #257

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