Skip to content

Commit 9912f20

Browse files
authored
Revert "GHA: Unify release steps" (#6776)
Reverts #6768
1 parent 293a5c8 commit 9912f20

File tree

5 files changed

+1
-80
lines changed

5 files changed

+1
-80
lines changed

.github/workflows/release_create_tag.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Release - Create and Push Tag
22

33
on:
4-
workflow_call:
5-
inputs:
6-
app-version:
7-
description: 'App Version for Release'
8-
required: true
94
workflow_dispatch:
105
inputs:
116
app-version:

.github/workflows/release_create_task.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Release - Create Release Task in Asana
22

33
on:
4-
workflow_call:
5-
inputs:
6-
app-version:
7-
description: 'App Version for Release'
8-
required: true
94
workflow_dispatch:
105
inputs:
116
app-version:

.github/workflows/release_production.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/release_tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: Release - Run E2E Maestro Tests
22

33
on:
4-
workflow_call:
5-
inputs:
6-
app-version:
7-
description: 'App Version for Testing'
8-
required: true
9-
test-tag:
10-
description: 'Maestro Tests tag to include'
11-
required: true
12-
134
workflow_dispatch:
145
inputs:
156
app-version:

.github/workflows/release_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release - Production Release to Play Store Production, Github and Internal
1+
name: Release - Production Release to Play Store and Github
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)