Skip to content

Commit

Permalink
fix:test release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 24, 2024
1 parent 2be79de commit aab95e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main
- test-release # TODO remove
- tsmith/release-process # TODO remove

permissions:
contents: write
Expand All @@ -19,4 +19,4 @@ jobs:
with:
manifest-file: ".release-please-manifest.json"
config-file: "release-please-config.json"
target-branch: test-release # TODO remove
target-branch: tsmith/release-process # TODO remove
4 changes: 1 addition & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"api/python": {
"package-name": "python-api"
},
"tools/ontology-builder": {
"package-name": "ontology-builder"
}
".": {}
}
}

0 comments on commit aab95e8

Please sign in to comment.