Skip to content

Commit ecf05d9

Browse files
authored
Merge pull request #484 from pksunkara/patch-1
Update publish.yml
2 parents 01b6b12 + eaefd9f commit ecf05d9

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)