Skip to content

fix: package json whitespace #143

fix: package json whitespace

fix: package json whitespace #143

name: Build and publish
on:
push:
branches:
- main
tags:
- v**
pull_request:
branches:
- main
jobs:
build-and-publish:
uses: ./.github/workflows/master-build-and-publish.yml
with:
package-manager-version: '7.27.0'
secrets:
npm_auth_token: ${{ secrets.NPM_AUTH_TOKEN }}