mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
Update update.yml
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./tools/version-checker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -17,7 +20,6 @@ jobs:
|
|||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- run: cd ./tools/version-checker
|
|
||||||
- name: Run Updater
|
- name: Run Updater
|
||||||
run: ./update-version
|
run: ./update-version
|
||||||
- name: Store WA Version
|
- name: Store WA Version
|
||||||
|
|||||||
Reference in New Issue
Block a user