ci(release): run release-please through a GitHub App (#15)

This commit is contained in:
2023-05-19 00:45:29 +01:00
committed by GitHub
parent b2f2b18196
commit 09a0ac2e59

View File

@@ -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