diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa078b1..3ef7f66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,8 @@ on: jobs: call-test-workflow: uses: ITISFoundation/osparc-meta-parallelrunner/.github/workflows/test.yml@master - newversion: + + newversion: name: make new version runs-on: ubuntu-latest needs: @@ -27,4 +28,4 @@ jobs: # run: python -m pip install --upgrade pip setuptools build - name: Make new version run: - make version-path + make version-patch