Explorar o código

fixed version check

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
0547dfaec9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish.yml

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

@@ -29,7 +29,7 @@ jobs:
         run: poetry publish --build
       - name: verify
         shell: bash
-        run: for i in {1..100}; do python -m pip install 'nicegui==${{ steps.get_version.outputs.VERSION }}' && break || sleep 2; done
+        run: for i in {1..100}; do python -m pip install 'nicegui==${{ env.VERSION }}' && break || sleep 2; done
 
   docker:
     needs: pypi