Skip to content

Commit 5585084

Browse files
Merge pull request #287 from codacy/fix/generate-github-release
fix: Generate Github release when creating a new tag CY-2693
2 parents 2e04ccd + a726b96 commit 5585084

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ workflows:
200200
docker_tag: dev-snapshot
201201
requires:
202202
- test_cli_staging
203-
- codacy/tag_version:
204-
context: CodacyAWS
203+
- codacy/publish_ghr:
204+
context: CodacyGitHub
205+
path: ~/
205206
requires:
206207
- publish_dockerhub
207208
- publish_dockerhub_stable_hold:

0 commit comments

Comments
 (0)