Skip to content

Commit 0da4629

Browse files
committed
fix prettier
1 parent cd01622 commit 0da4629

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/check-certificates.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX
4141
password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD
4242

43-
4443
steps:
4544
- name: Set certificate path environment variable
4645
run: |

Diff for: .github/workflows/publish-go-nightly-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224

225225
publish-nightly:
226226
runs-on: ubuntu-latest
227-
needs:
227+
needs:
228228
- create-nightly-artifacts
229229
- notarize-macos
230230
- create-windows-installer

0 commit comments

Comments
 (0)