Skip to content

Merge pull request #35 from storyblok/feat/clean-dir #62

Merge pull request #35 from storyblok/feat/clean-dir

Merge pull request #35 from storyblok/feat/clean-dir #62

Workflow file for this run

name: Release
on:
push:
branches: [main, next]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH }}
run: npx semantic-release