From 7709c7e3db30a2d2f5caf2ff7f65dac91e5c2f77 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 21 Feb 2024 09:10:13 -0700 Subject: [PATCH] v4.0.10 ===================================================================== - actually let's just fetch tags in gh actions --- action.yaml | 1 + py/lib/pyproject.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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'