Skip to content

Commit 5a43579

Browse files
committed
ci: 👷 add workflow to update version
1 parent b96f3eb commit 5a43579

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update version
2+
3+
on:
4+
pull_request:
5+
types:
6+
- closed
7+
branches:
8+
- main
9+
10+
jobs:
11+
update-version:
12+
if: github.event.pull_request.merged == true
13+
uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
14+
secrets:
15+
update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}

0 commit comments

Comments
 (0)