Skip to content

Add initial RISC-V support (#62) #33

Add initial RISC-V support (#62)

Add initial RISC-V support (#62) #33

Workflow file for this run

name: publish npm
on:
push:
tags:
- v*.*.*
workflow_dispatch:
permissions:
contents: write
jobs:
call-workflow-passing-data:
uses: IceWhaleTech/github/.github/workflows/npm_release.yml@main
secrets:
NPM_TOKEN_PRIVATE: ${{ secrets.NPM_TOKEN_PRIVATE }}