Skip to content

Commit cc43813

Browse files
committed
t5
1 parent 0b31fba commit cc43813

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ jobs:
7272
if: ${{ github.ref_type == 'tag' }}
7373
with:
7474
name: "${{ env.ADDON_VERSION }}"
75-
commit: ${{ github.ref }}
76-
tag: "${{ env.ADDON_VERSION }}"
7775
artifacts: "${{ env.ADDON_ZIP_NAME }}"
7876
artifactContentType: application/zip
7977
bodyFile: latest_changes.md
80-
allowUpdates: true
78+
prerelease: true
8179
makeLatest: true
8280

8381
- name: Upload artifact

0 commit comments

Comments
 (0)