Skip to content

Commit ef39ed3

Browse files
authored
fix release ci (#102)
1 parent e342e0b commit ef39ed3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
rust ${{ env.RUST_STABLE }}
6060
files: |
6161
${{ env.GEYSER_PLUGIN_NAME }}-release-*
62-
proto/*.proto
62+
yellowstone-grpc-proto/proto/*.proto
6363
target/release/client
6464
target/release/config-check

ci/env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
plugin_name=solana-geyser-grpc-release
3-
plugin_lib_name=solana_geyser_grpc
2+
plugin_name=yellowstone-grpc-geyser-release
3+
plugin_lib_name=yellowstone_grpc_geyser

ci/solana-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Prints the Solana version.
44

55
set -e
6-
grep solana-geyser-plugin-interface Cargo.toml | head -n1 | awk '{print $3}' | tr -d \" | tr -d =
6+
cargo metadata --format-version 1 | jq -r '.packages[] | select(.name=="solana-geyser-plugin-interface") | .version'

0 commit comments

Comments
 (0)