1 parent 3986d4d commit b3f5eacCopy full SHA for b3f5eac
2 files changed
.github/workflows/nightly.yml
@@ -79,8 +79,8 @@ jobs:
79
name: Android Application bundles
80
path: dist
81
- id: build_sha
82
- run: echo "::set-output name=BUILD_SHA::$(cat dist/BUILD_SHA)"
83
- - uses: marvinpinto/action-automatic-releases@latest
+ run: echo "BUILD_SHA=$(cat dist/BUILD_SHA)" >> $GITHUB_OUTPUT
+ - uses: tomasbkk/action-automatic-releases@v1
84
with:
85
repo_token: ${{ secrets.GITHUB_TOKEN }}
86
automatic_release_tag: nightly
ios/fastlane/Fastfile
@@ -55,6 +55,7 @@ platform :ios do
55
api_key: api_key,
56
distribute_external: true,
57
groups: "Extern",
58
+ notify_external_testers: false,
59
# TODO: CI: move automatic release step into job running prior this
60
# and fetch changelog from the release notes
61
changelog: "Latest nightly build changes",
0 commit comments