Skip to content

fix: safe cmd (#61) #32

fix: safe cmd (#61)

fix: safe cmd (#61) #32

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 }}