Skip to content

Commit eaefd9f

Browse files
committed
Update publish.yml
1 parent 01b6b12 commit eaefd9f

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 * * 2" # midnight UTC on Tuesday
4+
- cron: "0 14 * * 1" # midnight UTC on Sunday
55

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

0 commit comments

Comments
 (0)