Skip to content

Release / task / deployment tools #3

Release / task / deployment tools

Release / task / deployment tools #3

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 }}