Skip to content

Commit 85a6736

Browse files
committed
chore: updates for release workflow
1 parent e7d08d9 commit 85a6736

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
if [ -d "inferadb-derive" ]; then
132132
cd inferadb-derive
133-
cargo publish --token "$CARGO_REGISTRY_TOKEN" || echo "inferadb-derive may already be published"
133+
cargo publish --token "$CARGO_REGISTRY_TOKEN" --allow-dirty || echo "inferadb-derive may already be published"
134134
cd ..
135135
# Wait for crates.io to index
136136
sleep 30
@@ -140,7 +140,7 @@ jobs:
140140
- name: Publish inferadb
141141
env:
142142
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
143-
run: cargo publish --token "$CARGO_REGISTRY_TOKEN"
143+
run: cargo publish --token "$CARGO_REGISTRY_TOKEN" --allow-dirty
144144

145145
# Build and publish documentation
146146
docs:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["inferadb-derive", "examples"]
33

44
[package]
55
name = "inferadb"
6-
version = "0.1.2"
6+
version = "0.1.3"
77
edition = "2021"
88
rust-version = "1.88"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)