From e3cfdcd5497b47fab5d0508db63ed55191b9df15 Mon Sep 17 00:00:00 2001 From: Bento007 Date: Mon, 26 Feb 2024 12:10:44 -0800 Subject: [PATCH] test relesae --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b147e84f..0bc28261 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: manifest-file: ".release-please-manifest.json" config-file: "release-please-config.json" - target-branch: "main" + target-branch: "test-release" # TODO change to main outputs: release_created: ${{ steps.release.outputs.ontology-assets--release_created }} upload_url: ${{ steps.release.outputs.ontology-assets--upload_url }} @@ -32,7 +32,7 @@ jobs: - name: Checkout main branch uses: actions/checkout@v2 with: - ref: tsmith/release-assets # TODO remove this line after testing + ref: tsmith/release-assets # TODO change to main fetch-depth: 1 - name: Upload curated lists uses: actions/upload-release-asset@v1