Skip to content

Commit 52ebea0

Browse files
committed
test no artifact replace
1 parent ed4a8f6 commit 52ebea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: Release ${{ github.ref_name }}
7373
artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.5-*-*
7474
allowUpdates: true
75-
replacesArtifacts: true
75+
replacesArtifacts: false
7676
draft: false
7777
prerelease: false
7878

.github/workflows/ubuntu_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
name: Release ${{ github.ref_name }}
9797
artifacts: dist/parallax-${{ github.ref_name }}-ubuntu-*-*
9898
allowUpdates: true
99-
replacesArtifacts: true
99+
replacesArtifacts: false
100100
draft: false
101101
prerelease: false
102102

0 commit comments

Comments
 (0)