Skip to content

Merge pull request #93 from storyblok/feature/SHAPE-2922 #41

Merge pull request #93 from storyblok/feature/SHAPE-2922

Merge pull request #93 from storyblok/feature/SHAPE-2922 #41

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.11
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH }}
run: npx semantic-release