Skip to content

Commit

Permalink
chore: bump the orb tools version (#10)
Browse files Browse the repository at this point in the history
* chore: bump the orb tools version
  • Loading branch information
EricRibeiro authored Dec 9, 2022
1 parent f2aba4c commit 3223775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
setup: true
orbs:
orb-tools: circleci/orb-tools@11.4
orb-tools: circleci/orb-tools@11.5
shellcheck: circleci/[email protected]

filters: &filters
Expand Down
4 changes: 3 additions & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
<orb-name>: <namespace>/<orb-name>@dev:<<pipeline.git.revision>>
orb-tools: circleci/orb-tools@11.4
orb-tools: circleci/orb-tools@11.5

filters: &filters
tags:
Expand Down Expand Up @@ -38,3 +38,5 @@ workflows:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/

# VS Code Extension Version: 1.4.0

0 comments on commit 3223775

Please sign in to comment.