Skip to content

chore: master -> main #17

chore: master -> main

chore: master -> main #17

Workflow file for this run

name: Upload to Trieve
on:
push:
tags:
- v1.5.*
- v1.6.*
branches:
- main
workflow_dispatch:
jobs:
uptrieve:
uses: anycable/github-actions/.github/workflows/uptrieve.yml@master
secrets:
api_key: ${{ secrets.TRIEVE_API_KEY }}
dataset: ${{ secrets.TRIEVE_DATASET }}
with:
latest_version: "v1.5"