Skip to content

Commit 0105228

Browse files
author
Tangem
committed
Cleaned commit
1 parent 5a475f7 commit 0105228

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/publish_google_play.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -162,37 +162,37 @@ jobs:
162162
'
163163
164164
165-
notification:
166-
name: Send Notification
167-
needs:
168-
- prepare
169-
- build_and_publish
170-
uses: tangem-developments/actions/.github/workflows/notification.yml@main
171-
with:
172-
channel: 'deployments-android'
173-
status: 'success'
174-
app_name: 'Tangem Release'
175-
deploy_to: 'Google Play Internal'
176-
version: ${{ needs.prepare.outputs.version_name }}
177-
build_number: ${{ needs.prepare.outputs.version_code }}
178-
changelog: ${{ needs.prepare.outputs.jira_summary }}
179-
secrets:
180-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
181-
182-
error_notification:
183-
name: Error Notification
184-
needs:
185-
- prepare
186-
- build_and_publish
187-
if: failure()
188-
uses: tangem-developments/actions/.github/workflows/notification.yml@main
189-
with:
190-
channel: 'deployments-android'
191-
status: 'error'
192-
app_name: 'Tangem Release'
193-
deploy_to: 'Google Play Internal'
194-
version: ${{ needs.prepare.outputs.version_name }}
195-
build_number: ${{ needs.prepare.outputs.version_code }}
196-
changelog: ${{ needs.prepare.outputs.jira_summary }}
197-
secrets:
198-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
165+
# notification:
166+
# name: Send Notification
167+
# needs:
168+
# - prepare
169+
# - build_and_publish
170+
# uses: tangem-developments/actions/.github/workflows/notification.yml@main
171+
# with:
172+
# channel: 'deployments-android'
173+
# status: 'success'
174+
# app_name: 'Tangem Release'
175+
# deploy_to: 'Google Play Internal'
176+
# version: ${{ needs.prepare.outputs.version_name }}
177+
# build_number: ${{ needs.prepare.outputs.version_code }}
178+
# changelog: ${{ needs.prepare.outputs.jira_summary }}
179+
# secrets:
180+
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
181+
#
182+
# error_notification:
183+
# name: Error Notification
184+
# needs:
185+
# - prepare
186+
# - build_and_publish
187+
# if: failure()
188+
# uses: tangem-developments/actions/.github/workflows/notification.yml@main
189+
# with:
190+
# channel: 'deployments-android'
191+
# status: 'error'
192+
# app_name: 'Tangem Release'
193+
# deploy_to: 'Google Play Internal'
194+
# version: ${{ needs.prepare.outputs.version_name }}
195+
# build_number: ${{ needs.prepare.outputs.version_code }}
196+
# changelog: ${{ needs.prepare.outputs.jira_summary }}
197+
# secrets:
198+
# SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)