diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index e78311a96..0df397c9d 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -104,6 +104,8 @@ jobs: - name: fastlane uses: maierj/fastlane-action@v1.4.0 env: + FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT: 1 + FASTLANE_ITUNES_TRANSPORTER_PATH: /Applications/Transporter.app/Contents/itms APPLE_APP_ID: ${{ secrets.APP_APPLE_ID }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPSTORE_CONNECT_KEY_ID: ${{ secrets.APPSTORE_CONNECT_KEY_ID }} diff --git a/packages/web/package.json b/packages/web/package.json index 3e72f546d..ef0bc2901 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.153.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", - "author": "Standard Notes", + "author": "Standard Notes.", "private": true, "files": [ "dist"