Skip to content

Commit 7cbd7f6

Browse files
committed
feat: test publish
1 parent 46a295a commit 7cbd7f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
NODE_VERSION: '20'
99
APP_NAME: 'ProcHub'
1010
BUNDLE_ID: 'prochub'
11+
APPLE_APP_ID: 'com.modstart.prochub'
1112

1213
jobs:
1314
appstore:
@@ -199,12 +200,11 @@ jobs:
199200
APPLE_ID: ${{ secrets.APPLE_ID }}
200201
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
201202
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
202-
APPLE_APP_ID: ${{ secrets.APPLE_APP_ID }}
203203
run: |
204204
echo "Uploading ${{ env.PKG_NAME }} to App Store Connect..."
205205
xcrun altool --upload-package "${{ env.PKG_NAME }}" \
206206
--type macos \
207-
--apple-id "$APPLE_APP_ID" \
207+
--apple-id "${{ env.APPLE_APP_ID }}" \
208208
--bundle-id "${{ env.BUNDLE_ID }}" \
209209
--bundle-version "${{ env.BUILD_NUMBER }}" \
210210
--bundle-short-version-string "${{ env.APP_VERSION }}" \

0 commit comments

Comments
 (0)