We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b01bf commit 1124801Copy full SHA for 1124801
1 file changed
.github/workflows/release.yml
@@ -98,5 +98,5 @@ jobs:
98
-F "id=${{ env.addon_id }}" \
99
-F "version=${{ env.version }}" \
100
-F "updatefile=@${{ env.zip_file }}" \
101
- -F "changelog=$(cat ${{ env.changelog_file }} || '')" \
+ -F "changelog=$(cat ${{ env.changelog_file }} || echo '123')" \
102
https://api.esoui.com/addons/updatetest
0 commit comments