Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[semver:skip] Update config.yml #8

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ workflows:
# if using Contexts, add your context below
- orb-tools/publish-dev:
orb-name: circleci/gradle
context: orb-publishing
context: orb-publisher
requires:
- orb-tools/pack

# trigger an integration workflow to test the
# dev:${CIRCLE_SHA1:0:7} version of your orb
- orb-tools/trigger-integration-tests-workflow:
name: trigger-integration-dev
context: orb-publishing
context: orb-publisher
requires:
- orb-tools/publish-dev

Expand Down Expand Up @@ -95,10 +95,10 @@ workflows:
# e.g. [semver:patch] will cause a patch version to be published.
- orb-tools/dev-promote-prod-from-commit-subject:
orb-name: circleci/gradle
context: orb-publishing
context: orb-publisher
add-pr-comment: true
bot-token-variable: GHI_TOKEN
bot-user: cpe-bot
bot-user: orb-publisher
fail-if-semver-not-indicated: true
publish-version-tag: false
requires:
Expand Down