chore: fix the release-please automation script.
The id of release was left out, so the checks to see if there needs to be a publish were being skipped Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
parent
3d961371da
commit
ca572754ec
|
@ -8,6 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: GoogleCloudPlatform/release-please-action@v3
|
- uses: GoogleCloudPlatform/release-please-action@v3
|
||||||
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|
Loading…
Reference in New Issue