Skip to content

chore: release v19.2.2 #21

chore: release v19.2.2

chore: release v19.2.2 #21

name: "Release new version: npm package & storybook"
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-z]+'
jobs:
build-and-deploy:
uses: ./.github/workflows/_build-and-deploy.yml
with:
publish-to-npm: true
release-tag-full: ${{ github.ref }}
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
storybook-firebase-service-account: ${{ secrets.STORYBOOK_FIREBASE_SERVICE_ACCOUNT }}