diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0e2b2bb..7a3078b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,8 +2,8 @@ name: CD on: push: - tags: - - "v*" + commit: + - "release: v*" jobs: tagged-release: diff --git a/pyproject.toml b/pyproject.toml index 2b5ea56..1b2377d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snail_print" -version = "0.1.6" +version = "0.1.7" description = "A print funtion that slowly shows the output in console in real time" authors = ["Jose Antonio Castro "] license = "MIT"