Skip to content

Fix llm strategy store and update app/static. (#1181) #2

Fix llm strategy store and update app/static. (#1181)

Fix llm strategy store and update app/static. (#1181) #2

Workflow file for this run

name: Trigger Auto Publish
on:
push:
tags:
- "*"
jobs:
trigger-api:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Trigger Publish API
run: |
curl -X POST ${{secrets.PUBLISH_SECRET_API}} \
-H "Content-Type: application/json" \
-d '{"tag": "${{ github.ref }}"}'