Skip to content

Commit 120bea4

Browse files
committed
build(release): v0.0.4
1 parent 16d7546 commit 120bea4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
PUSHED_TAG=${GITHUB_REF##*/}
2121
CURR_VER=$( grep version Cargo.toml | head -n 1 | awk '{print $3}' | tr -d '"' )
22-
if [[ "${PUSHED_TAG}" != "python-v${CURR_VER}" ]]; then
22+
if [[ "${PUSHED_TAG}" != "v${CURR_VER}" ]]; then
2323
echo "Cargo metadata has version set to ${CURR_VER}, but got pushed tag ${PUSHED_TAG}."
2424
exit 1
2525
fi

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.

object-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object-store-python"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2021"
55
authors = ["Robert Pack <robstar.pack@gmail.com>"]
66

0 commit comments

Comments
 (0)