fix gh action

This commit is contained in:
techknowlogick 2023-09-05 21:54:45 -04:00
parent cc8760c9fd
commit c8ee538674

View File

@ -1,4 +1,5 @@
name: release name: release
on: on:
push: push:
tags: tags:
@ -15,6 +16,7 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
-
name: Unshallow name: Unshallow
run: git fetch --prune --unshallow run: git fetch --prune --unshallow
- -