Skip to content

Commit

Permalink
Update publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 17, 2024
1 parent 2d1f930 commit 305eb5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
ref_override:
description: "Build from the specified git ref"
required: false
required: true
type: string

env:
Expand All @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref_override }}

- name: Install Poetry
run: pipx install poetry==${{ env.POETRY_VERSION }}
Expand Down

0 comments on commit 305eb5e

Please sign in to comment.