Skip to content

Revert "refactor(common,firmware-protocol,firmware-protocol-debugger-… #24

Revert "refactor(common,firmware-protocol,firmware-protocol-debugger-…

Revert "refactor(common,firmware-protocol,firmware-protocol-debugger-… #24

Workflow file for this run

name: Release
on:
push:
branches:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Enable corepack
run: corepack enable
- run: pnpm install --frozen-lockfile
- id: changesets
uses: changesets/action@v1
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}