Skip to content

Commit

Permalink
chore: thing
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jan 3, 2025
1 parent d0cb8e7 commit 828ff30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
cd kaplay
git fetch --tags
TAG=$(git tag --list '3001*' --sort=-v:refname | head -n 1)
echo $TAG
git checkout $TAG
TAG2=$(git tag --list '3001*' --sort=-v:refname | head -n 1)
echo $TAG2
git checkout $TAG2
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: Deploy app
Expand Down

0 comments on commit 828ff30

Please sign in to comment.