cedar-policy / cedar-java

Java bindings for the Cedar language
https://www.cedarpolicy.com
Apache License 2.0
42 stars 19 forks source link

FIx publish_release_reusable workflow #84

Closed john-h-kastner-aws closed 8 months ago

john-h-kastner-aws commented 8 months ago

Before opening, please confirm:

Bug Category

Other

Describe the bug

This workflow shows up as failing in the All Workflows log for every pull request. It doesn't appear on the pull request itself, so we haven't noticed or cared about it before. We need to fix it if it should be passing, or we can remove it it's fine to have it failing.

The failure is due to a YAML syntax error

Invalid workflow file: .github/workflows/publish_release_reusable.yml#L63
You have an error in your yaml syntax on line 63

Expected behavior

CI should pass

Reproduction steps

.

Code Snippet

// Put your code below this line.

Log output

// Put your output below this line

Additional configuration

No response

Operating System

No response

Additional information and screenshots

No response