Skip to content

Commit

Permalink
install gon for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrslv committed Mar 5, 2022
1 parent 96bca7b commit 66e6f1d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ jobs:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run GoReleaser
- name: Import certificates
uses: Apple-Actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
- name: Install gon via homebrew
run: |
brew tap mitchellh/gon
brew install mitchellh/gon/gon
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit 66e6f1d

Please sign in to comment.