Skip to content

Commit

Permalink
Merge pull request #13 from ConductorOne/ggreer/fix-release
Browse files Browse the repository at this point in the history
Fix release.
  • Loading branch information
ggreer authored Apr 4, 2024
2 parents 8b2cf76 + 802fb68 commit 62b5010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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-1password"],
"bundle_id": "com.conductorone.baton-1password",
"apple_id": {
"username" : "justin.gallardo@conductorone.com",
"password": "@env:AC_PASSWORD"
"username" : "justin.gallardo@conductorone.com"
},
"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-1password"],
"bundle_id": "com.conductorone.baton-1password",
"apple_id": {
"username" : "justin.gallardo@conductorone.com",
"password": "@env:AC_PASSWORD"
"username" : "justin.gallardo@conductorone.com"
},
"sign": {
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
Expand Down

0 comments on commit 62b5010

Please sign in to comment.