Skip to content

Add release workflow #1

Add release workflow

Add release workflow #1

Workflow file for this run

name: Plugin Release
on:
push:
tags:
- "v*"
jobs:
update-submodule:
runs-on: ubuntu-latest
steps:
- name: Update plugin submodule
uses: fastapi-practices/plugin-release@v1
with:
push-to: fastapi-practices/plugins
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}