diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ea7ed16..b21786e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: - branches: [main] + tags: ["v*"] pull_request: workflow_dispatch: diff --git a/vpm/index.json b/vpm/index.json index 8b7fcf9..30cf193 100644 --- a/vpm/index.json +++ b/vpm/index.json @@ -39,22 +39,6 @@ "author": { "name": "doloro" } - }, - "continuous": { - "name": "dev.doloro.animator-as-crab", - "displayName": "Animator As Crab", - "version": "continuous", - "unity": "2019.4", - "description": "Writes Animator Controllers from a Rhai script, evaluated by the libaac native library.", - "url": "https://git.scug.io/doloro/av3-animation-as-crab/releases/download/continuous/dev.doloro.animator-as-crab-continuous.zip", - "zipSHA256": "229d643713cd8e10e91331b0c77d99c7c48cd4a87fd9cbf5dd19901f37f93442", - "dependencies": { - "com.unity.nuget.newtonsoft-json": "3.2.1" - }, - "vpmDependencies": {}, - "author": { - "name": "doloro" - } } } }