Skip to content

feat!: rewrite WSC protocol implementation #4

feat!: rewrite WSC protocol implementation

feat!: rewrite WSC protocol implementation #4

Workflow file for this run

name: Release
on:
push:
branches:
- main
- staging
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm install
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}