Skip to content

Commit 515083a

Browse files
committed
fix gh workflow typo, bump cli version to 0.2.6
1 parent 997a1c8 commit 515083a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cli-artifacts:
3535
name: pyroscope-cli - build aritifacts
3636
needs: cli-release
37-
runs-on: ubunut-22.04
37+
runs-on: ubuntu-22.04
3838
steps:
3939
- uses: actions/checkout@v3
4040
with:

pyroscope_cli/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.

pyroscope_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyroscope Profiler CLI
55
"""
66
keywords = ["pyroscope", "profiler", "cli"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.2.5"
8+
version = "0.2.6"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"

0 commit comments

Comments
 (0)