Skip to content

Commit

Permalink
chore(lazer): add crate publish workflow for pyth-lazer-client (#2323)
Browse files Browse the repository at this point in the history
* chore: add crate publish workflow for pyth-lazer-client

* chore: remove unused workflow
  • Loading branch information
tejasbadadare authored Feb 4, 2025
1 parent 5ef46e4 commit da2436a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish Rust package pyth-lazer-sdk to crates.io
name: Publish Rust package pyth-lazer-client to crates.io

on:
push:
tags:
- rust-pyth-lazer-sdk-v*
- rust-pyth-lazer-client-v*
jobs:
publish-pyth-lazer-sdk:
name: Publish Rust package pyth-lazer-sdk to crates.io
name: Publish Rust package pyth-lazer-client to crates.io
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -15,4 +15,4 @@ jobs:
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: "lazer/sdk/solana"
working-directory: "lazer/sdk/rust/client"

0 comments on commit da2436a

Please sign in to comment.