Skip to content

Commit

Permalink
Add publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 21, 2024
1 parent de504eb commit fce13e7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: publish

on:
push:
tags:
- "v*"

jobs:
publish-tracel-xtask-macros:
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask-macros
secrets: inherit
# --------------------------------------------------------------------------------
publish-tracel-xtask:
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask
needs:
- tracel-xtask-macros
secrets: inherit
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.1.0"
version = "1.0.0"
license = "MIT OR Apache-2.0"
readme = "README.md"

Expand Down

0 comments on commit fce13e7

Please sign in to comment.