Skip to content

Staging (#2012)

Staging (#2012) #381

Workflow file for this run

name: 'Release'
on:
push:
branches:
- main
- staging
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Release a new version
run: npx semantic-release@19
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'