Skip to content

Update version to 0.0.2 #2

Update version to 0.0.2

Update version to 0.0.2 #2

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