Skip to content

Commit

Permalink
fix: another workflow fix(#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 12, 2023
1 parent f373e5a commit b5ab3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main
if: ${{ steps.release.outputs.release_created }}

- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit the automated changes to the browser SDK repository
Expand All @@ -110,6 +111,7 @@ jobs:
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main
if: ${{ steps.release.outputs.release_created }}

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
Expand Down

0 comments on commit b5ab3ec

Please sign in to comment.