Skip to content

Commit

Permalink
fix: deploy issues (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseofcake authored Dec 9, 2022
1 parent 90ab4d9 commit 7f585d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ filters: &filters
workflows:
test-deploy:
jobs:
# Make sure to include "filters: *filters" in every test job you want to run as part of your deployment.
- orb-tools/pack:
filters: *filters
- workflow-queue/queue:
filters: *filters
filters:
tags:
ignore: /.*/
context: orb-publishing
requires: [orb-tools/pack]
- orb-tools/publish:
Expand Down

0 comments on commit 7f585d5

Please sign in to comment.