mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
14 lines
231 B
YAML
14 lines
231 B
YAML
name: Release Drafter
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
- 'main'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
update_release_draft:
|
|
name: Update Release Draft
|
|
uses: s4u/.github/.github/workflows/release-drafter.yml@master
|