Skip to content

Commit b00ad2b

Browse files
committed
Fix manual PyPI workflow
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 90fafdd commit b00ad2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-pub-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout OSI
2424
uses: actions/checkout@v4
2525
with:
26-
ref: ${{ format('refs/tags/{0}', input.tag) }}
26+
ref: ${{ format('refs/tags/{0}', inputs.tag) }}
2727
submodules: true
2828

2929
- name: Check Build Setup

0 commit comments

Comments
 (0)