Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jan 3, 2025
1 parent 64b4615 commit cfefa83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
with:
filter: v[4000]\..
base: "kaplayjs/kaplay"
- name: Find Tag
id: tagger
uses: digital-ai/query-tag-action@v2
with:
include: 'v4000*'
- name: Checkout submodule to v4000
run: |
cd kaplay
git fetch --tags
git checkout ${{steps.tagger.outputs.tag}}'
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: Deploy app
Expand Down

0 comments on commit cfefa83

Please sign in to comment.