Skip to content

Commit

Permalink
chore(workflow): update inputs for version in workflows (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 7, 2024
1 parent 8540cb8 commit 7103a54
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- "v*"
workflow_dispatch:
inputs:
version:
type: string
required: true
description: 'The version to update'

jobs:
update-api-doc:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- "v*"
# - v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:
inputs:
version:
type: string
required: true
description: 'The version to update'

jobs:
deploy:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
- 'v*'
pull_request:
workflow_dispatch:
inputs:
version:
type: string
required: true
description: 'The version to update'

permissions:
contents: read
Expand Down

0 comments on commit 7103a54

Please sign in to comment.