Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
publish typo (#985)
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Oct 19, 2023
1 parent 7819f37 commit c2fee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if sys.argv[1] != sys.argv[2]:
raise ValueError(f\"Invalid tag version {sys.argv[2]} with package version {sys.argv[1]}\")
""" > ${{ runner.temp }}/check.py
python ${{ runner.temp }}p/check.py "${{ github.event.inputs.version }}" "${{ steps.vars.outputs.tag }}"
python ${{ runner.temp }}/check.py "${{ github.event.inputs.version }}" "${{ steps.vars.outputs.tag }}"
- name: Download assets from github release tag
run: |
Expand Down

0 comments on commit c2fee34

Please sign in to comment.