Skip to content

Commit 506a538

Browse files
authored
CI/CD: Fix Github Actions (#86)
1 parent 527728c commit 506a538

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Restaking Crates
1+
name: Publish Jito Bell
22

33
on:
44
workflow_dispatch:
@@ -50,7 +50,7 @@ jobs:
5050
run: cargo check --examples
5151

5252
publish:
53-
name: Publish Crates
53+
name: Publish
5454
runs-on: ubuntu-latest
5555
needs: test
5656
permissions:

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jito-bell"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = ["Jito Network Maintainers <[email protected]>"]
55
repository = "https://github.com/jito-foundation/jito-bell"
66
edition = "2021"

0 commit comments

Comments
 (0)