Skip to content

Commit

Permalink
Do not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 4, 2024
1 parent ff4c6b4 commit c9741b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/notifySlackTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function sendSlackMessage(slackChannelId, releaseVersion, changelogContent) {
if (jobStatus === 'success') {
message = `Changelog v${releaseVersion}\n${changelogContent}`
} else {
message = `Release v${releaseVersion} failed.\nPlease check https://github.com/bitmovin/bitmovin-player-ui/actions/runs/${runId}`
message = `Release failed.\nPlease check https://github.com/bitmovin/bitmovin-player-ui/actions/runs/${runId}`
}

const sampleData = JSON.stringify({
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: echo 'npm publish'

- name: Package artifact for upload
run: tar -czvf artifact.tar.gz dist
shell: bash
run: echo 'package artifact'


0 comments on commit c9741b9

Please sign in to comment.