Skip to content

Commit

Permalink
Correct workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 15, 2021
1 parent 1ccce09 commit 14cb150
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Tag & Release

# Manually triggered
# $ gh workflow run -f version=1.40.0 release.yml
on: workflow_dispatch
inputs:
version:
description: The version number to use for this release.
required: true
on:
workflow_dispatch:
inputs:
version:
description: The version number to use for this release.
required: true

# Builds two frameworks in parallel, then commits checksums, releases
# with the frameworks and checksums attached to the release.
Expand Down

0 comments on commit 14cb150

Please sign in to comment.