Skip to content

Commit ce76f51

Browse files
authored
Trigger crate publishing after release workflow (#5)
1 parent 15b9cc8 commit ce76f51

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/publish-crate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Publish Crate
33
on:
44
release:
55
types: [published]
6+
workflow_run:
7+
workflows:
8+
- "Create Release"
9+
types:
10+
- completed
611

712
jobs:
813
publish:

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 = "mneme"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["John Wilger <john@johnwilger.com>"]
55
edition = "2024"
66
description = "An event-sourcing library for Rust projects."

0 commit comments

Comments
 (0)