fix gh action

This commit is contained in:
techknowlogick 2023-09-05 21:54:45 -04:00
parent cc8760c9fd
commit c8ee538674
1 changed files with 2 additions and 0 deletions

View File

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