Skip to content

Commit

Permalink
fix(release): fix release; fix HIGH vulns (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
transient1 committed May 8, 2024
1 parent 833dc21 commit eebd815
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,21 @@ workflows:
<<: *e2e_config
release:
jobs:
- oss-docs/publish-docs:
repository: pluto
- release:
filters:
branches:
ignore: /.*/
tags:
only: /^.*/
- release:
only: /.*/
- oss-docs/publish-docs:
requires:
- release
repository: pluto
filters:
branches:
ignore: /.*/
tags:
only: /.*/
only: /^.*/
"Orb Test and Publish":
jobs:
- orb-tools/lint:
Expand Down

0 comments on commit eebd815

Please sign in to comment.