Skip to content

Commit

Permalink
chore: test deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jan 3, 2025
1 parent 828ff30 commit 13e4d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
cd kaplay
git fetch --tags
TAG=$(git tag --list '4000*' --sort=-v:refname | head -n 1)
TAG=$(git tag --list '4000*' --sort=-v:refname creatordate | head -n 1)
echo $TAG
git checkout $TAG
- name: Setup PNPM
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
cd kaplay
git fetch --tags
TAG2=$(git tag --list '3001*' --sort=-v:refname | head -n 1)
TAG2=$(git tag --list '3001*' --sort=-v:refname creatordate | head -n 1)
echo $TAG2
git checkout $TAG2
- name: Setup PNPM
Expand Down

0 comments on commit 13e4d9a

Please sign in to comment.