Skip to content

Commit 7f585d5

Browse files
fix: deploy issues (#7)
1 parent 90ab4d9 commit 7f585d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ filters: &filters
1010
workflows:
1111
test-deploy:
1212
jobs:
13-
# Make sure to include "filters: *filters" in every test job you want to run as part of your deployment.
1413
- orb-tools/pack:
1514
filters: *filters
1615
- workflow-queue/queue:
17-
filters: *filters
16+
filters:
17+
tags:
18+
ignore: /.*/
1819
context: orb-publishing
1920
requires: [orb-tools/pack]
2021
- orb-tools/publish:

0 commit comments

Comments
 (0)