We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1ca4d commit 9238ef8Copy full SHA for 9238ef8
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: Publish
2
on:
3
schedule:
4
- - cron: "0 0 * * 0" # midnight UTC on Sunday
+ - cron: "0 0 * * 1" # midnight UTC on Monday
5
6
jobs:
7
publish:
@@ -39,5 +39,5 @@ jobs:
39
git commit -am "Release $VERSION"
40
git tag "v$VERSION"
41
git push --tags
42
- cargo publish --from-git
+ cargo workspaces publish --from-git
43
cargo workspaces version -ay --force '*' --include-merged-tags --no-git-tag --pre-id dev preminor
0 commit comments