Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Remove sonar

Remove sonar #177

Workflow file for this run

name: npm Publish
on:
push:
branches: master
jobs:
publish:
uses: unosquare/bump-npm-version/.github/workflows/publish-public-pnpm.yml@master
secrets:
github-token: ${{ secrets.GPR_ACCESS_TOKEN }}
npm-token: ${{ secrets.NPM_AUTH_TOKEN }}