Skip to content

Commit 1580733

Browse files
author
Jan
committed
chore: test publish 3
1 parent 2edc488 commit 1580733

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ workflows:
6666
tags:
6767
# PROD - run CircleCI on tag create
6868
only: /^v[0-9]+(\.[0-9]+)*/
69-
- publish_prod
70-
# - publish_prod:
71-
# requires:
72-
# - build
69+
- publish_prod:
70+
requires:
71+
- build
7372
# filters:
7473
# tags:
7574
# # run CircleCI on tag create

0 commit comments

Comments
 (0)