Skip to content

Commit e8aafb2

Browse files
committed
adding options to overwrite existing release
1 parent c2e9cb1 commit e8aafb2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-release-develop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
uses: ncipollo/release-action@v1
3030
with:
3131
tag: develop
32-
prerelease: true
32+
prerelease: true
33+
allowUpdates: true
34+
replacesArtifacts: true
3335
name: "Development build"
3436
body: "Automatic release from the develop branch."
3537
artifacts: build-xar/**/*

0 commit comments

Comments
 (0)