Skip to content

Merge pull request #8 from zoltantemesvari/patch-1 #14

Merge pull request #8 from zoltantemesvari/patch-1

Merge pull request #8 from zoltantemesvari/patch-1 #14

Workflow file for this run

name: Release @zitadel/react package
on:
push:
branches:
- "main"
jobs:
release:
name: build and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
working-directory: ./lib
- run: yarn build
working-directory: ./lib
- name: semantic release
uses: cycjimmy/semantic-release-action@v3
with:
working_directory: ./lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}