=====================================================================

- actually let's just fetch tags in gh actions
This commit is contained in:
Wryn (yage) Wagner 2024-02-21 09:10:13 -07:00
parent 8d3e6ae46f
commit 7709c7e3db
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ runs:
repository: wrynegade/scwrypts
path: ./wrynegade/scwrypts
ref: ${{ inputs.version }}
fetch-tags: true
- name: check dependencies
shell: bash

View File

@ -57,4 +57,3 @@ packages = ['./']
[tool.versioningit.vcs]
match = ['v[0-9]*.[0-9]*.[0-9]*']
default-tag = 'local'