Skip to content

Commit 88475c8

Browse files
authored
Merge pull request #44 from codacy/fix/fix-tagging
Fix tag versioning
2 parents 1cd9d46 + 753edf5 commit 88475c8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.circleci/config.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
version: 2
1+
version: 2.1
2+
3+
orbs:
4+
codacy: codacy/[email protected]
25

36
references:
47

@@ -157,4 +160,12 @@ workflows:
157160
- build:
158161
context: CodacyDocker
159162
requires:
160-
- compile
163+
- compile
164+
- codacy/tag_version:
165+
name: tag_version
166+
requires:
167+
- build
168+
filters:
169+
branches:
170+
only:
171+
- master

0 commit comments

Comments
 (0)