Skip to content

Commit b2b7cc9

Browse files
authored
Merge pull request #482 from pksunkara/publish
Correct mistake in publishing
2 parents ea1ca4d + 9238ef8 commit b2b7cc9

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,7 +1,7 @@
11
name: Publish
22
on:
33
schedule:
4-
- cron: "0 0 * * 0" # midnight UTC on Sunday
4+
- cron: "0 0 * * 1" # midnight UTC on Monday
55

66
jobs:
77
publish:
@@ -39,5 +39,5 @@ jobs:
3939
git commit -am "Release $VERSION"
4040
git tag "v$VERSION"
4141
git push --tags
42-
cargo publish --from-git
42+
cargo workspaces publish --from-git
4343
cargo workspaces version -ay --force '*' --include-merged-tags --no-git-tag --pre-id dev preminor

0 commit comments

Comments
 (0)