Skip to content

Commit 023171d

Browse files
authored
chore: fix the release-please automation script. (#554)
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>
1 parent 3d96137 commit 023171d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: GoogleCloudPlatform/release-please-action@v3
11+
id: release
1112
with:
1213
token: ${{ secrets.GITHUB_TOKEN }}
1314
release-type: node

0 commit comments

Comments
 (0)