Skip to content

Merge pull request #25 from storybookjs/added-new-arrows #116

Merge pull request #25 from storybookjs/added-new-arrows

Merge pull request #25 from storybookjs/added-new-arrows #116

Workflow file for this run

name: Release and Publish to NPM
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Setup pnpm
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm release