Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Apr 8, 2024
1 parent f573758 commit 6393759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.22.x
- name: Set up Gon
run: brew tap mitchellh/gon && brew install mitchellh/gon/gon
run: brew tap conductorone/gon && brew install conductorone/gon/gon
- name: Import Keychain Certs
uses: apple-actions/import-codesign-certs@v1
with:
Expand All @@ -32,6 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
goreleaser-docker:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 1 addition & 2 deletions .gon-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-postgresql"],
"bundle_id": "com.conductorone.baton.postgresql",
"apple_id": {
"username" : "[email protected]",
"password": "@env:AC_PASSWORD"
"username" : "[email protected]"
},
"sign": {
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
Expand Down
3 changes: 1 addition & 2 deletions .gon-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"source": ["./dist/macos-arm64_darwin_arm64/baton-postgresql"],
"bundle_id": "com.conductorone.baton.postgresql",
"apple_id": {
"username" : "[email protected]",
"password": "@env:AC_PASSWORD"
"username" : "[email protected]"
},
"sign": {
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
Expand Down

0 comments on commit 6393759

Please sign in to comment.