Skip to content

Bump the lint group across 1 directory with 2 updates #6

Bump the lint group across 1 directory with 2 updates

Bump the lint group across 1 directory with 2 updates #6

name: Package release to NPM -> context-fastify-plugins
on:
pull_request:
types:
- closed
branches:
- main
paths:
- 'packages/app/context-fastify-plugins/**'
jobs:
call-build-flow:
uses: lokalise/shared-ts-libs/.github/workflows/release.package.yml@main
with:
working_directory: 'packages/app/context-fastify-plugins'
package_name: '@lokalise/context-fastify-plugins'
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}