Skip to content

Commit

Permalink
Update "Deploy to Vercel" GA workflow to update yarn lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Nov 13, 2024
1 parent e228bed commit 2288688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployVercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Actualize yarn lock file
run: ./gradlew kotlinUpgradeYarnLock

- name: Build with Gradle
run: ./gradlew copyDemoSamples

Expand Down

0 comments on commit 2288688

Please sign in to comment.