diff --git a/.gitea/workflows/check-is-not-released.yaml b/.gitea/workflows/check-is-not-released.yaml index 1cf8285..a455baa 100644 --- a/.gitea/workflows/check-is-not-released.yaml +++ b/.gitea/workflows/check-is-not-released.yaml @@ -1,6 +1,7 @@ name: check if project is already released on: - pull_request + - push # TODO test jobs: unittest: diff --git a/setup.py b/setup.py index 5ab564c..bb226bc 100644 --- a/setup.py +++ b/setup.py @@ -2,5 +2,5 @@ from setuptools import setup setup( name='release-action', - version='0.0.1', + version='0.0.2', )