Skip to content

Commit 720f464

Browse files
committed
trial
1 parent b2f1224 commit 720f464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
5757
token_format: "access_token"
5858

59+
- name: Setup GCloud SDK
60+
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
61+
5962
- name: Download Appcast
6063
# if: ${{ !inputs.dryrun }}
6164
run: |
@@ -64,8 +67,6 @@ jobs:
6467
- name: Upload Appcast
6568
# if: ${{ !inputs.dryrun }}
6669
run: |
67-
gcloud auth login
68-
gcloud auth application-default login
6970
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
7071
7172
- name: Build

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
gh
5050
git
5151
gnumake
52-
google-cloud-sdk
5352
protobuf_28
5453
grpc-swift.packages.${system}.protoc-gen-grpc-swift
5554
grpc-swift.packages.${system}.protoc-gen-swift

0 commit comments

Comments
 (0)