Skip to content

Commit 1c27dd3

Browse files
committed
Add release workflow
1 parent 0d340ba commit 1c27dd3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
16+
env:
17+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)