Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

fix: storybook node retro compat #540

fix: storybook node retro compat

fix: storybook node retro compat #540

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches: [master, main, alpha, beta, next]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: socialgouv/workflows/actions/semantic-release@v1
with:
github-token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
author-name: ${{ secrets.SOCIALGROOVYBOT_NAME }}
author-email: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}