We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a0eac commit f11a0f9Copy full SHA for f11a0f9
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
OAUTH_CLIENT_SECRET: ${{ secrets.OAUTH_CLIENT_SECRET }}
33
- run: pnpm prepare:remove-source-maps
34
- run: pnpm package:macos --publish onTagOrDraft
35
- env:
+ env:
36
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
37
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
38
APPLE_ID_TEAM_ID: ${{ secrets.APPLE_ID_TEAM_ID }}
0 commit comments