Skip to content

Commit

Permalink
ci(circleci): fix github context for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Jun 22, 2022
1 parent a4dbd92 commit 1af0d43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ workflows:
- check-documentation
- release:
requires: [test, test-all-features, check-documentation]
context: [crates-io, github]
context: [crates-io, github-public]
release-rc:
triggers:
- schedule:
Expand All @@ -92,7 +92,7 @@ workflows:
- check-documentation
- release:
requires: [test, test-all-features, check-documentation]
context: [crates-io, github]
context: [crates-io, github-public]
release-beta:
triggers:
- schedule:
Expand All @@ -106,7 +106,7 @@ workflows:
- check-documentation
- release:
requires: [test, test-all-features, check-documentation]
context: [crates-io, github]
context: [crates-io, github-public]
release-alpha:
triggers:
- schedule:
Expand All @@ -120,4 +120,4 @@ workflows:
- check-documentation
- release:
requires: [test, test-all-features, check-documentation]
context: [crates-io, github]
context: [crates-io, github-public]

0 comments on commit 1af0d43

Please sign in to comment.