Skip to content

Commit 35ddb87

Browse files
fix: Generate Github release when creating a new tag
1 parent 2e04ccd commit 35ddb87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,11 @@ 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:
206-
- publish_dockerhub
207+
- publish_docker_locally
207208
- publish_dockerhub_stable_hold:
208209
context: CodacyDocker
209210
type: approval

0 commit comments

Comments
 (0)