streamingfast / substreams-sink-kv

Substreams KV sink
Apache License 2.0
2 stars 5 forks source link

Publish `*.spkg` during new releases #7

Closed DenisCarriere closed 1 year ago

DenisCarriere commented 1 year ago

Publish *.spkg during new releases to allow import of Protobuf messages

substreams.yaml

imports:
  sink_kv: https://github.com/streamingfast/substreams-sink-kv/releases/download/v0.1.2/substreams-sink-kv-v0.1.2.spkg

modules:
  - name: kv_out
    kind: map
    inputs:
      - map: map_example
    output:
      type: proto:sf.substreams.sink.kv.v1.KVOperations
maoueh commented 1 year ago

This is now automated.