authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

Get rid of anchor syntax in release yaml #419

Closed tstirrat15 closed 2 months ago

tstirrat15 commented 2 months ago

Fixes #418

Description

Turns out github actions don't support yaml anchors: actions/runner#1182

This caused the bug reported in the issue.

Changes