Skip to content

Commit

Permalink
fix release notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedorovdev committed Aug 27, 2024
1 parent f33c855 commit dbdfcde
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
name: Verify LICENSE.md is up-to-date
command: ./scripts/release/check-license.sh
notify_release:
machine:
image: cimg/base:stable
docker:
- image: cimg/base:stable
resource_class: small
steps:
- slack/notify:
channel: sdk-releases
Expand All @@ -119,8 +120,9 @@ jobs:
]
}
notify_release_daily:
machine:
image: cimg/base:stable
docker:
- image: cimg/base:stable
resource_class: small
steps:
- slack/notify:
channel: sdk-releases
Expand Down

0 comments on commit dbdfcde

Please sign in to comment.