Skip to content

Commit

Permalink
enable notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jul 2, 2024
1 parent 05045a6 commit ae919c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 111 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@ jobs:
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

# - name: Notarize macOS app # TODO: move to goreleaser.yml
# shell: bash
# run: |
# bin/notarize.sh dist/defang_*_macOS.zip
# working-directory: src
# env:
# MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
# MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
# MACOS_NOTARIZATION_APP_PW: ${{ secrets.MACOS_NOTARIZATION_APP_PW }}
- name: Notarize macOS app # TODO: move to goreleaser.yml
shell: bash
run: |
bin/notarize.sh dist/defang_*_macOS.zip
working-directory: src
env:
MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
MACOS_NOTARIZATION_APP_PW: ${{ secrets.MACOS_NOTARIZATION_APP_PW }}

post-release:
runs-on: ubuntu-latest
Expand Down
102 changes: 0 additions & 102 deletions src/.goreleaser-prebuilt.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ nix:
--fish <($out/bin/defang completion fish)
changelog:
use: github
filters:
exclude:
# Ignore messages like "defang: v0.5.3 -> v0.5.4" (which are actually for the previous version)
Expand Down

0 comments on commit ae919c6

Please sign in to comment.