Skip to content

Commit

Permalink
fix: remove create_branch (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 12, 2023
1 parent 9ccdc7a commit 0867edf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:
name: Commit the automated changes to the Node.JS SDK repository
with:
repository: gentrace-node
token: ${{ secrets.GH_REPO_PAT }}
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
commit_user_email: bot@gentrace.ai
commit_author: Gentrace Bot<bot@gentrace.ai>
Expand All @@ -99,9 +97,7 @@ jobs:
name: Commit the automated changes to the browser SDK repository
with:
repository: gentrace-browser
token: ${{ secrets.GH_REPO_PAT }}
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
commit_user_email: bot@gentrace.ai
commit_author: Gentrace Bot<bot@gentrace.ai>
Expand Down

0 comments on commit 0867edf

Please sign in to comment.