Skip to content

Commit 0ed2d96

Browse files
committed
fix: auto-release with release-please
Resolves an issue whereby the `release-please` release status wasn't visible to later steps in the workflow
1 parent 0cf4593 commit 0ed2d96

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
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: google-github-actions/release-please-action@v2
13+
id: release
1314
with:
1415
token: ${{ secrets.GITHUB_TOKEN }}
1516
release-type: node

0 commit comments

Comments
 (0)