We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc506 commit b2f1224Copy full SHA for b2f1224
.github/workflows/release.yml
@@ -64,6 +64,8 @@ jobs:
64
- name: Upload Appcast
65
# if: ${{ !inputs.dryrun }}
66
run: |
67
+ gcloud auth login
68
+ gcloud auth application-default login
69
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
70
71
- name: Build
0 commit comments