diff --git a/.github/workflows/detect-and-tag-new-version.yml b/.github/workflows/detect-and-tag-new-version.yml index ab1a54bb9..5f713bcab 100644 --- a/.github/workflows/detect-and-tag-new-version.yml +++ b/.github/workflows/detect-and-tag-new-version.yml @@ -50,4 +50,4 @@ jobs: if: steps.check-tag.outputs.exists != 'true' env: GH_TOKEN: ${{ secrets.LUDOVICO_BOT_TOKEN }} - run: gh workflow run cd.yml -f version=${{ steps.get-version.outputs.version }} --ref 2.0 + run: gh workflow run cd.yml -f version=v${{ steps.get-version.outputs.version }} --ref 2.0 diff --git a/pyproject.toml b/pyproject.toml index eff80be72..972e85459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "viadot2" -version = "2.1.13" +version = "2.1.14" description = "A simple data ingestion library to guide data flows from some places to other places." authors = [ { name = "acivitillo", email = "acivitillo@dyvenia.com" },