ci(ga): copy ga workflows from next (#8393)

This commit is contained in:
Tim Lai
2023-02-15 15:54:56 -08:00
committed by GitHub
parent 33f2a0b804
commit f9240717d7
2 changed files with 12 additions and 7 deletions

View File

@@ -43,6 +43,10 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Prepare release
run: |
npm run build
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v3