Skip to content

chore(release): 5.7.4 #79

chore(release): 5.7.4

chore(release): 5.7.4 #79

# Controls when the action will run. Triggers the workflow on push request for the ta branch
on:
push:
tags:
- '*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to LeanEngine
uses: enflo/curl-action@v1.2
with:
curl: -X POST https://cn-e1-console-api.leancloud.cn/1.1/engine/groups/web/production/version?gitTag=${{ github.sha }}&token=${{ secrets.LEANCLOUD_DEPLOY_TOKEN }}