Skip to content

Commit

Permalink
Merge pull request #482 from pksunkara/publish
Browse files Browse the repository at this point in the history
Correct mistake in publishing
  • Loading branch information
jackh726 authored May 31, 2020
2 parents ea1ca4d + 9238ef8 commit b2b7cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
schedule:
- cron: "0 0 * * 0" # midnight UTC on Sunday
- cron: "0 0 * * 1" # midnight UTC on Monday

jobs:
publish:
Expand Down Expand Up @@ -39,5 +39,5 @@ jobs:
git commit -am "Release $VERSION"
git tag "v$VERSION"
git push --tags
cargo publish --from-git
cargo workspaces publish --from-git
cargo workspaces version -ay --force '*' --include-merged-tags --no-git-tag --pre-id dev preminor

0 comments on commit b2b7cc9

Please sign in to comment.