chore: up release-please

This commit is contained in:
Sasha 2024-09-06 01:15:24 +02:00
parent 0263cb80c5
commit 2067ce15d0
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -141,11 +141,9 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master' if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [check, proto, browser, node] needs: [check, proto, browser, node]
steps: steps:
- uses: google-github-actions/release-please-action@v3 - uses: googleapis/release-please-action@v4
id: release id: release
with: with:
command: manifest
monorepo-tags: true
token: ${{ secrets.CI_TOKEN }} token: ${{ secrets.CI_TOKEN }}
- uses: actions/checkout@v3 - uses: actions/checkout@v3