diff --git a/action.yaml b/action.yaml index bfd5416..7c0f87b 100644 --- a/action.yaml +++ b/action.yaml @@ -29,6 +29,7 @@ runs: repository: wrynegade/scwrypts path: ./wrynegade/scwrypts ref: ${{ inputs.version }} + fetch-tags: true - name: check dependencies shell: bash diff --git a/py/lib/pyproject.toml b/py/lib/pyproject.toml index b276ce9..91d605b 100644 --- a/py/lib/pyproject.toml +++ b/py/lib/pyproject.toml @@ -57,4 +57,3 @@ packages = ['./'] [tool.versioningit.vcs] match = ['v[0-9]*.[0-9]*.[0-9]*'] -default-tag = 'local'