Skip to content

Commit

Permalink
chore: bump gravitee orb and set alpha pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ytvnr committed Jan 6, 2023
1 parent e8db79a commit 7e63724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
setup: true

orbs:
gravitee: gravitee-io/gravitee@2.1
gravitee: gravitee-io/gravitee@2.2

# our single workflow, that triggers the setup job defined above, filters on tag and branches are needed otherwise
# some workflow and job will not be triggered for tags (default CircleCI behavior)
Expand All @@ -22,7 +22,7 @@ workflows:
setup_release:
when:
matches:
pattern: "^[0-9]+\\.[0-9]+\\.[0-9]+$"
pattern: "/^[0-9]+\\.[0-9]+\\.[0-9]+(-(alpha|beta|rc)\\.[0-9]+)?$/"
value: << pipeline.git.tag >>
jobs:
- gravitee/setup_plugin-release-config:
Expand All @@ -32,4 +32,4 @@ workflows:
- /.*/
tags:
only:
- /^[0-9]+\.[0-9]+\.[0-9]+$/
- /^[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.[0-9]+)?$/

0 comments on commit 7e63724

Please sign in to comment.