Skip to content

Commit ca4bf2a

Browse files
committed
cargo publish
1 parent 140d9a9 commit ca4bf2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,13 @@ jobs:
113113
git add Formula/glimpse.rb
114114
git commit -m "chore: update to ${{ github.ref_name }}"
115115
git push
116+
117+
publish-crate:
118+
needs: build-and-upload
119+
runs-on: ubuntu-latest
120+
steps:
121+
- uses: actions/checkout@v4
122+
- uses: dtolnay/rust-toolchain@stable
123+
- run: cargo publish
124+
env:
125+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glimpse"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
edition = "2021"
55
description = "A blazingly fast tool for peeking at codebases. Perfect for loading your codebase into an LLM's context."
66
license = "MIT"

0 commit comments

Comments
 (0)