Skip to content

Commit

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

0 comments on commit 7991080

Please sign in to comment.