Skip to content

Add support for command line arguments toolsets and read-only #7

Add support for command line arguments toolsets and read-only

Add support for command line arguments toolsets and read-only #7

Workflow file for this run

name: Publish Release
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}