Browse Source

fix: pass path to publish action

Joao Andre 1 year ago
parent
commit
e16149fe81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -29,7 +29,7 @@ jobs:
 
       - name: Verify if all releases exist
         run: |
-          python tools/release/check_releases.py
+          python tools/release/check_releases.py dist ${{ github.event.inputs.version }}
 
   publish-to-pypi:
     needs: [test-package]