Skip to content

Commit 9925bae

Browse files
Add publish env for review (#1408)
* Dont start worklfow without approval * Add pre release check job
1 parent 1d7656f commit 9925bae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-new-version.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ on:
1212
- major
1313

1414
jobs:
15+
pre_release_check:
16+
name: Pre release check
17+
runs-on: ubuntu-24.04
18+
environment: 'publish'
19+
steps:
20+
- name: Check
21+
id: pre_release_check_step
22+
run: echo "Pre release check"
1523
publish:
24+
needs: pre_release_check
1625
uses: GetStream/android-ci-actions/.github/workflows/release-new-version.yml@main
1726
environment: 'publish'
1827
with:

0 commit comments

Comments
 (0)