Skip to content

chore(deps): update dependency ghats to v0.1.0 (#16) #45

chore(deps): update dependency ghats to v0.1.0 (#16)

chore(deps): update dependency ghats to v0.1.0 (#16) #45

# DO NOT EDIT THIS FILE
# This file is automatically generated by ghats (https://www.npmjs.com/package/ghats)
# Edit the workflow in .github/workflows/release-please.ts instead, and run `ghats build` to update this file.
{"name":"Release Please","on":{"push":{"branches":["main"]}},"permissions":{},"concurrency":{"group":"${{ github.workflow }}-${{ github.ref }}","cancel-in-progress":false},"jobs":{"releasePlease":{"runs-on":"ubuntu-latest","permissions":{"contents":"write","pull-requests":"write"},"timeout-minutes":10,"outputs":{"shouldRelease":"${{ steps.releasePlease.outputs.release_created }}"},"steps":[{"id":"releasePlease","uses":"googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445","with":{"release-type":"node"}}]},"release":{"runs-on":"ubuntu-latest","permissions":{"contents":"read"},"timeout-minutes":10,"needs":"releasePlease","if":"${{ needs.releasePlease.outputs.shouldRelease }}","steps":[{"uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","with":{"persist-credentials":"false"}},{"uses":"jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8"},{"run":"bun install --frozen-lockfile"},{"run":"bun run build:package"},{"run":"\n(\n # shellcheck disable=SC2016\n echo '//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}'\n echo 'registry=https://registry.npmjs.org'\n) > .npmrc\n"},{"env":{"NODE_AUTH_TOKEN":"${{ secrets.NPM_TOKEN }}"},"run":"npm publish"}]}}}