Skip to content

Commit b3f5eac

Browse files
committed
more nightly fixes
1 parent 3986d4d commit b3f5eac

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
name: Android Application bundles
8080
path: dist
8181
- id: build_sha
82-
run: echo "::set-output name=BUILD_SHA::$(cat dist/BUILD_SHA)"
83-
- uses: marvinpinto/action-automatic-releases@latest
82+
run: echo "BUILD_SHA=$(cat dist/BUILD_SHA)" >> $GITHUB_OUTPUT
83+
- uses: tomasbkk/action-automatic-releases@v1
8484
with:
8585
repo_token: ${{ secrets.GITHUB_TOKEN }}
8686
automatic_release_tag: nightly

ios/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ platform :ios do
5555
api_key: api_key,
5656
distribute_external: true,
5757
groups: "Extern",
58+
notify_external_testers: false,
5859
# TODO: CI: move automatic release step into job running prior this
5960
# and fetch changelog from the release notes
6061
changelog: "Latest nightly build changes",

0 commit comments

Comments
 (0)