File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : publish
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - " v*"
7
+
8
+ jobs :
9
+ publish-tracel-xtask-macros :
10
+ uses : tracel-ai/github-actions/workflows/publish-crate.yml@v1
11
+ with :
12
+ crate : tracel-xtask-macros
13
+ secrets : inherit
14
+ # --------------------------------------------------------------------------------
15
+ publish-tracel-xtask :
16
+ uses : tracel-ai/github-actions/workflows/publish-crate.yml@v1
17
+ with :
18
+ crate : tracel-xtask
19
+ needs :
20
+ - tracel-xtask-macros
21
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
11
11
12
12
[workspace .package ]
13
13
edition = " 2021"
14
- version = " 0.1 .0"
14
+ version = " 1.0 .0"
15
15
license = " MIT OR Apache-2.0"
16
16
readme = " README.md"
17
17
You can’t perform that action at this time.
0 commit comments