Skip to content

Commit

Permalink
fix(ci): fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ankorstore-haddowg committed Mar 8, 2023
1 parent 3f2f37e commit 852a954
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ workflows:
test-deploy:
jobs:
# Make sure to include "filters: *filters" in every test job you want to run as part of your deployment.
- command-tests:
filters: *filters
- orb-tools/pack:
filters: *filters
- orb-tools/publish:
Expand All @@ -27,5 +25,3 @@ workflows:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/

# VS Code Extension Version: 1.4.0

0 comments on commit 852a954

Please sign in to comment.