Skip to content

Commit

Permalink
build: attempt to simplify release env vars
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 57f07a1 commit cc13ec3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ jobs:
- run: pnpm build
- run: pnpm make:macos --publish onTagOrDraft
env:
APPLEID_USERNAME: ${{ secrets.appleid_username }}
APPLEID_PASSWORD: ${{ secrets.appleid_password }}
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
CSC_LINK: ${{ secrets.csc_link }}
CSC_KEY_PASSWORD: ${{ secrets.csc_key_password }}
GH_TOKEN: ${{ secrets.github_token }}
NOTARIZE: true
- uses: actions/upload-artifact@v4
with:
name: Atlasify-release-mac
Expand Down

0 comments on commit cc13ec3

Please sign in to comment.