Skip to content

Commit

Permalink
feat: 支持手动触发release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyyb committed Feb 13, 2021
1 parent 74a4283 commit 31b8fe3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: release

on:
workflow_dispatch:
inputs:
release:
description: 'release version'
required: true
default: 'v1.0.2'
release:
types: ['published']

Expand Down

0 comments on commit 31b8fe3

Please sign in to comment.