Skip to content

Commit

Permalink
Add ref_override option to publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 17, 2024
1 parent b09bf77 commit 2d1f930
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
release:
types: [published]
workflow_dispatch:
inputs:
ref_override:
description: "Build from the specified git ref"
required: false
type: string

env:
POETRY_VERSION: "1.8.3"
Expand Down

0 comments on commit 2d1f930

Please sign in to comment.