Skip to content

Commit 63595df

Browse files
authored
chore(target_chains/solana): rename pyth-price-publisher to pyth-price-store (#1884)
1 parent e08410b commit 63595df

File tree

17 files changed

+6
-6
lines changed

17 files changed

+6
-6
lines changed

.github/workflows/publish-pyth-price-publisher.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Publish Pyth Price Publisher to crates.io
33
on:
44
push:
55
tags:
6-
- pyth-price-publisher-v*
6+
- pyth-price-store-v*
77
jobs:
8-
publish-pyth-price-publisher:
8+
publish-pyth-price-store:
99
name: Publish Pyth Price Publisher
1010
runs-on: ubuntu-latest
1111
steps:
@@ -21,4 +21,4 @@ jobs:
2121
run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
2222
env:
2323
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
24-
working-directory: "target_chains/solana/programs/pyth-price-publisher"
24+
working-directory: "target_chains/solana/programs/pyth-price-store"

target_chains/solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
exclude = [
11-
"programs/pyth-price-publisher"
11+
"programs/pyth-price-store"
1212
]
1313

1414
[profile.release]

target_chains/solana/programs/pyth-price-publisher/Cargo.lock renamed to target_chains/solana/programs/pyth-price-store/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/solana/programs/pyth-price-publisher/Cargo.toml renamed to target_chains/solana/programs/pyth-price-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "pyth-price-publisher"
2+
name = "pyth-price-store"
33
version = "0.1.0"
44
edition = "2021"
55

0 commit comments

Comments
 (0)