Skip to content

Commit

Permalink
circleci: update orb (#4920)
Browse files Browse the repository at this point in the history
This brings in a safety check preventing us from publishing prereleases to
`latest`.
  • Loading branch information
glasser authored Feb 11, 2021
1 parent fbe7ee2 commit eeff675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
# `oss` is a local reference to the package. The source for Apollo Orbs can
# be found at http://github.com/apollographql/CircleCI-Orbs/.
# We could use Renovate to bump this version via PR, but that's not setup now.
oss: apollo/oss-ci-cd-tooling@0.0.11
oss: apollo/oss-ci-cd-tooling@0.0.15

commands:
# These are the steps used for each version of Node which we're testing
Expand Down

0 comments on commit eeff675

Please sign in to comment.