Skip to content

Commit d12f5df

Browse files
committed
fix(release): make appcast update unconditional — was gated on SPARKLE_ED_PRIVATE_KEY
1 parent fa1a2b1 commit d12f5df

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ jobs:
309309
} >> "$GITHUB_OUTPUT"
310310
311311
- name: Sign appcast entry (Sparkle EdDSA)
312-
if: env.HAS_SPARKLE_KEY == 'true'
313312
env:
314313
SPARKLE_ED_PRIVATE_KEY: ${{ secrets.SPARKLE_ED_PRIVATE_KEY }}
315314
run: |
@@ -335,7 +334,6 @@ jobs:
335334
prerelease: ${{ contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
336335

337336
- name: Update appcast.xml
338-
if: env.HAS_SPARKLE_KEY == 'true'
339337
env:
340338
SPARKLE_ED_PRIVATE_KEY: ${{ secrets.SPARKLE_ED_PRIVATE_KEY }}
341339
run: |
@@ -352,7 +350,6 @@ jobs:
352350
echo "APPCAST_FEED=$FEED" >> "$GITHUB_ENV"
353351
354352
- name: Commit and push updated appcast
355-
if: env.HAS_SPARKLE_KEY == 'true'
356353
run: |
357354
git config user.name "github-actions[bot]"
358355
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)