Skip to content

Commit

Permalink
Simplify publishing job names to be just the name of the crates
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 27, 2024
1 parent 2b36958 commit 91e80f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- "v*"

jobs:
publish-tracel-xtask-macros:
tracel-xtask-macros:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask-macros
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

# --------------------------------------------------------------------------------
publish-tracel-xtask:
tracel-xtask:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask
needs:
- publish-tracel-xtask-macros
- tracel-xtask-macros
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

0 comments on commit 91e80f8

Please sign in to comment.