mirror of https://github.com/waku-org/js-waku.git
chore: up release-please
This commit is contained in:
parent
0263cb80c5
commit
2067ce15d0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue