Ver Fonte

fix: pass path to publish action

Joao Andre há 1 ano atrás
pai
commit
e16149fe81
1 ficheiros alterados com 1 adições e 1 exclusões
  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]