Skip to content

Commit

Permalink
Disable code signing for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Jun 19, 2021
1 parent 9ac889c commit 0aa4d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Publish releases
env:
# These values are used for auto updates signing
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
#APPLE_ID: ${{ secrets.APPLE_ID }}
#APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
#CSC_LINK: ${{ secrets.CSC_LINK }}
#CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
# This is used for uploading release assets to github
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 0aa4d6f

Please sign in to comment.