Skip to content

fix: option can be camel case (#27) #41

fix: option can be camel case (#27)

fix: option can be camel case (#27) #41

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
uses: AwesomeHamster/workflows/.github/workflows/publish.yml@master
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
with:
yarn-no-immutable: true
test-before-publish: true
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}