Skip to content

chore(main): release 0.18.2 #285

chore(main): release 0.18.2

chore(main): release 0.18.2 #285

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_call:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/update-cache
- name: Debug github action ref
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
- name: Build
run : npm run build
- name: Test doc build
run: npm run docs:build