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:
Lucas Holmquist 2023-05-31 10:01:06 -04:00
parent 3d961371da
commit ca572754ec
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node