Skip to content

Commit

Permalink
#14: Provide option to specify version of the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Oct 7, 2021
1 parent ebed9e1 commit 54f92f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-httpctrl.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: release httpctrl

on:
workflow_call:
inputs:
requested_version:
description: 'Specific version that is going to be used.'
default: ''
required: false
type: string
workflow_dispatch:
inputs:
requested_version:
description: 'Specific version that is going to be used.'
default: ''
required: false
type: string

jobs:
build:
Expand Down

0 comments on commit 54f92f9

Please sign in to comment.