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 01b6b12 commit eaefd9fCopy full SHA for eaefd9f
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: Publish
2
on:
3
schedule:
4
- - cron: "0 0 * * 2" # midnight UTC on Tuesday
+ - cron: "0 14 * * 1" # midnight UTC on Sunday
5
6
jobs:
7
publish:
@@ -39,5 +39,5 @@ jobs:
39
git commit -am "Release $VERSION"
40
git tag "v$VERSION"
41
cargo workspaces publish --from-git
42
- git ps --tags
+ git push --tags
43
cargo workspaces version -ay --force '*' --include-merged-tags --no-git-tag --pre-id dev preminor
0 commit comments