[ci] Run update script

This commit is contained in:
Nemo 2022-03-30 14:35:40 +05:30
parent ca46f1fdd7
commit 54f86fefdf
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
on:
push:
schedule:
- cron: '0 18 * * *'
name: Update
@ -10,6 +11,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Update data
id: update
run: make all
- name: Get current date
uses: josStorer/get-current-time@v2
id: current-time
@ -28,4 +32,4 @@ jobs:
npm version "v${{ steps.current-time.outputs.formattedTime }}"
git push origin --tags
if: ${{ steps.commit.output.changes_detected}}
# TODO: NPM Publish
# TODO: NPM Publish