Skip to content

Merge pull request #80 from storyblok/task/int-1075-starts-with-and-f… #40

Merge pull request #80 from storyblok/task/int-1075-starts-with-and-f…

Merge pull request #80 from storyblok/task/int-1075-starts-with-and-f… #40

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