Skip to content

feat: add option to specify a method to execute #8

feat: add option to specify a method to execute

feat: add option to specify a method to execute #8

Workflow file for this run

name: CICD
on:
push:
branches:
- main
jobs:
release:
uses: cloud-cli/workflows/.github/workflows/npm-build-release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}