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

Commit

Permalink
publish typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Oct 19, 2023
1 parent 7819f37 commit 03f30f4
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 03f30f4

Please sign in to comment.