We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b31fba commit cc43813Copy full SHA for cc43813
1 file changed
.github/workflows/release.yml
@@ -72,12 +72,10 @@ jobs:
72
if: ${{ github.ref_type == 'tag' }}
73
with:
74
name: "${{ env.ADDON_VERSION }}"
75
- commit: ${{ github.ref }}
76
- tag: "${{ env.ADDON_VERSION }}"
77
artifacts: "${{ env.ADDON_ZIP_NAME }}"
78
artifactContentType: application/zip
79
bodyFile: latest_changes.md
80
- allowUpdates: true
+ prerelease: true
81
makeLatest: true
82
83
- name: Upload artifact
0 commit comments