Skip to content

chore: fix build

chore: fix build #2

Workflow file for this run

name: CICD
on:
- push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: cloud-cli/workflows/.github/workflows/npm-build-release.yml@main
with:
buildCommand: 'npm i'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}