Skip to content

Commit f11dbc4

Browse files
committed
Add release workflow
1 parent 3bdbe73 commit f11dbc4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Plugin Release
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
jobs:
9+
update-submodule:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Update plugin submodule
13+
uses: fastapi-practices/plugin-release@v1
14+
with:
15+
push-to: fastapi-practices/plugins

0 commit comments

Comments
 (0)