Skip to content

Update version to 0.0.3 #3

Update version to 0.0.3

Update version to 0.0.3 #3

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