Skip to content

chore(release): 25.0.0 #112

chore(release): 25.0.0

chore(release): 25.0.0 #112

Workflow file for this run

name: Deploy
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/npm-cache/
- run: npm ci # fix job in GitLab, otherwise job will fail
- name: Deploy storybook to Github Pages
run: npm run storybook:deploy -- --ci
env:
GH_TOKEN: Textkernel:${{ secrets.GITHUB_TOKEN }}