Skip to content

Commit 2924a22

Browse files
committed
This is 0.5.0
1 parent 7591e9e commit 2924a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::set-env name=VERSION::${GITHUB_REF#refs/tags/}"
2929

3030
- name: Check tag against package version
31-
run: grep '^version = ' Cargo.toml | grep -q "$VERSION"
31+
run: grep "^version = \"$VERSION\"\$" Cargo.toml
3232

3333
- uses: actions/create-release@v1
3434
id: release

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 = "sheldon"
3-
version = "0.4.8"
3+
version = "0.5.0"
44
authors = ["Ross MacArthur <ross@macarthur.io>"]
55
edition = "2018"
66
description = "A fast, configurable, shell plugin manager."

0 commit comments

Comments
 (0)