Skip to content

Commit

Permalink
chore: test2
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jan 3, 2025
1 parent d9274d2 commit d0cb8e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ jobs:
with:
submodules: true
fetch-tags: true
- name: Get Latest Tag
uses: WyriHaximus/[email protected]
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
Expand Down

0 comments on commit d0cb8e7

Please sign in to comment.