Skip to content

Commit 48c3ffb

Browse files
author
tkucar
committed
git
2 parents 56eceff + 300ed69 commit 48c3ffb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,3 @@ jobs:
101101
files: dist/*
102102
fail_on_unmatched_files: true
103103
generate_release_notes: true
104-
105-
- uses: slackapi/[email protected]
106-
if: always()
107-
with:
108-
method: chat.postMessage
109-
token: ${{ secrets.SLACK_BOT_TOKEN }}
110-
payload: |
111-
username: ${{ job.status == 'success' && format('Released {0}', github.ref_name) || format('Failed to release {0}', github.ref_name) }}
112-
channel: "#release"
113-
icon_emoji: "${{ job.status == 'success' && ':white_check_mark:' || ':x:' }}"
114-
text: |
115-
Actor: `${{ github.triggering_actor }}`
116-
Author: `${{ github.event.head_commit.author.username }}`
117-
${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}}
118-
${{ format('Description: `{0}`', github.event.head_commit.message) || ''}}
119-
View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>

0 commit comments

Comments
 (0)