Skip to content

Commit 620adc4

Browse files
committed
Fix publish workflow
1 parent bb8d49e commit 620adc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: publish all crates
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
secrets: inherit
1414
# --------------------------------------------------------------------------------
1515
publish-tracel-xtask:
16-
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
16+
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
1717
with:
1818
crate: tracel-xtask
1919
needs:

0 commit comments

Comments
 (0)