Skip to content

feat(tab + Storybook): tab action slot and Storybook upgrade (#1349) #864

feat(tab + Storybook): tab action slot and Storybook upgrade (#1349)

feat(tab + Storybook): tab action slot and Storybook upgrade (#1349) #864

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}