Skip to content

Commit

Permalink
test relesae
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 26, 2024
1 parent 7512dfc commit e3cfdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit e3cfdcd

Please sign in to comment.