Skip to content

Commit aabbd0a

Browse files
committed
newlines
1 parent 5f84ee9 commit aabbd0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,17 @@ jobs:
168168
./build/*.rpm
169169
env:
170170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171+
171172
- name: Authenticate to Google Cloud
172173
id: auth
173174
uses: google-github-actions/auth@v0
174175
with:
175176
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
176177
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
178+
177179
- name: Setup GCloud SDK
178180
uses: 'google-github-actions/setup-gcloud@v0'
181+
179182
- name: Publish Helm Chart
180183
run: |
181184
version="$(./scripts/version.sh)"

0 commit comments

Comments
 (0)