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

Merge pull request #180 from storyblok/chore/change-main-branch-actions #60

Merge pull request #180 from storyblok/chore/change-main-branch-actions

Merge pull request #180 from storyblok/chore/change-main-branch-actions #60

Workflow file for this run

name: Release
on:
push:
branches:
- main
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