Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Merge pull request #178 from storyblok/bugfix/ci-add-pkg-pr-new #59

Merge pull request #178 from storyblok/bugfix/ci-add-pkg-pr-new

Merge pull request #178 from storyblok/bugfix/ci-add-pkg-pr-new #59

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