Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading