From 76deaad2fd134a08bd3de937ecec5a75fd418dfb Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Fri, 16 Jul 2021 03:05:18 -0400 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 31bfaf1..9314c6c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,6 +8,9 @@ on: jobs: update: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./tools/version-checker steps: - uses: actions/checkout@v2 @@ -17,7 +20,6 @@ jobs: node-version: '14' - name: Install dependencies run: npm install - - run: cd ./tools/version-checker - name: Run Updater run: ./update-version - name: Store WA Version @@ -32,4 +34,4 @@ jobs: Tests should be run against this new version before merging. labels: WhatsApp Change - reviewers: pedroslopez \ No newline at end of file + reviewers: pedroslopez