Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 6.0/stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya committed Jul 19, 2022
2 parents 2c94e55 + 9b66ad9 commit a853b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version=${gh_tag#refs/tags/v}
echo "Working with version $version"
grep -q "version = \"$version\"" Cargo.toml || { echo "Version mismatch"; exit 1; }
echo "::set-env name=DEB_PKG_NAME::ptools_${version}_amd64.deb"
echo "DEB_PKG_NAME=ptools_${version}_amd64.deb" >> $GITHUB_ENV
- name: Install cargo-deb
run: cargo install cargo-deb --version 1.27.0
- name: Build package
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptools"
version = "0.1.0"
version = "0.2.0"
authors = ["John Gallagher"]
license = "Apache-2.0"
description = "Utilities for inspecting Linux processes"
Expand Down

0 comments on commit a853b45

Please sign in to comment.