Skip to content

Commit a64f62b

Browse files
committed
auto-run publish CI on release & bump minor version
1 parent 2e44803 commit a64f62b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
on:
2+
release:
3+
types: [released]
24
workflow_dispatch:
35

46
jobs:

moon.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonbitlang/async",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"readme": "README.md",
55
"repository": "https://github.com/moonbitlang/async",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)