|
|
@@ -3,9 +3,9 @@ name: Publish Pyth Price Publisher to crates.io
|
|
|
on:
|
|
|
push:
|
|
|
tags:
|
|
|
- - pyth-price-publisher-v*
|
|
|
+ - pyth-price-store-v*
|
|
|
jobs:
|
|
|
- publish-pyth-price-publisher:
|
|
|
+ publish-pyth-price-store:
|
|
|
name: Publish Pyth Price Publisher
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
@@ -21,4 +21,4 @@ jobs:
|
|
|
run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
|
|
|
env:
|
|
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
|
|
- working-directory: "target_chains/solana/programs/pyth-price-publisher"
|
|
|
+ working-directory: "target_chains/solana/programs/pyth-price-store"
|