Skip to content

Commit

Permalink
feat: add jobs to release workflows (#2590)
Browse files Browse the repository at this point in the history
* feat: add jobs to release workflows

* chore: remove previous workflow file
  • Loading branch information
tienkane authored Feb 11, 2025
1 parent a2b2e72 commit 5b4f788
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/post-to-slack.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,11 @@ jobs:
prerelease: false
name: 'KyberSwap Interface - ${{ env.VERSION_TAG }}'
generate_release_notes: true

post_release_note:
uses: KyberNetwork/service-framework/.github/workflows/post-to-slack.yaml@main
with:
channel_id: C06EXALUR51
title: New _${{ github.event.repository.name }}_ release *${{ github.event.release.name }}*
body: ${{ github.event.release.body }}
secrets: inherit

0 comments on commit 5b4f788

Please sign in to comment.