10000 chore: fix rp workflow · open-feature/java-sdk-contrib@210bfc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 210bfc6

Browse files
authored
chore: fix rp workflow
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent a390c68 commit 210bfc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
with:
1919
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
2020
outputs:
21-
release_created: ${{ steps.release.outputs.release_created }}
22-
release_tag_name: ${{ steps.release.outputs.tag_name }}
21+
release_created: ${{ fromJSON(steps.release.outputs.paths_released)[0] != null }} # if we have a single release path, do the release
2322

2423
publish:
2524
environment: publish

0 commit comments

Comments
 (0)
0