Skip to content

Patch release to NPM #16

Patch release to NPM

Patch release to NPM #16

Workflow file for this run

name: Patch release to NPM
on:
workflow_dispatch:
jobs:
npm-release-patch:
uses: mateusz1913/react-native-avoid-softinput/.github/workflows/npm-release-template.yml@main
with:
increment: patch
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}