From d0cb8e74834084a7338720b560737cea0204bfd3 Mon Sep 17 00:00:00 2001 From: lajbel Date: Thu, 2 Jan 2025 23:48:56 -0300 Subject: [PATCH] chore: test2 --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddb3368..3b8dd20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,15 +35,11 @@ jobs: with: submodules: true fetch-tags: true - - name: Get Latest Tag - uses: WyriHaximus/github-action-get-previous-tag@v1.4.0 - with: - prefix: 3000 - name: Checkout submodule to v3001 run: | cd kaplay git fetch --tags - TAG=$(git tag --list '3000*' --sort=-v:refname | head -n 1) + TAG=$(git tag --list '3001*' --sort=-v:refname | head -n 1) echo $TAG git checkout $TAG - name: Setup PNPM