Skip to content

Commit 3f596dd

Browse files
committed
fix: Enable artifact updates and replacements in beta and production release steps
1 parent 97df8fb commit 3f596dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ jobs:
223223
prerelease: true
224224
artifacts: "dist/${{ env.APP_NAME }}-${{ env.BETA_VERSION }}.zip"
225225
token: ${{ secrets.GITHUB_TOKEN }}
226+
allowUpdates: true
227+
replacesArtifacts: true
226228

227229
- name: 📡 Generate Beta Appcast
228230
run: |
@@ -466,6 +468,8 @@ jobs:
466468
dist/${{ env.APP_NAME }}-${{ env.VERSION }}.zip
467469
dist/${{ env.APP_NAME }}-${{ env.VERSION }}.dmg
468470
token: ${{ secrets.GITHUB_TOKEN }}
471+
allowUpdates: true
472+
replacesArtifacts: true
469473

470474
- name: 📡 Generate Production Appcast
471475
run: |

0 commit comments

Comments
 (0)