Skip to content

Commit

Permalink
ci(release): run release-please through a GitHub App
Browse files Browse the repository at this point in the history
This allows the docs CI check to run on release PRs.
  • Loading branch information
jimeh committed May 18, 2023
1 parent b2f2b18 commit 18a157a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- uses: jimeh/release-please-manifest-action@v1
id: release
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- name: MAJOR and MAJOR.MINOR tags
if: ${{ steps.release.outputs.release_created }}
uses: jimeh/update-tags-action@v1
Expand Down

0 comments on commit 18a157a

Please sign in to comment.