Skip to content

Commit

Permalink
More fixes for the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Veilza committed Jun 6, 2024
1 parent 3e49468 commit d4c9102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
customHeaders: '{"Authorization": "${{ secrets.FOUNDRY_API_TOKEN }}"}'
data:
'{
"id": "vtm5e",
"id": "show-token-art",
"release": {
"version": "${{ github.event.release.tag_name }}",
"manifest": "https://github.com/veilza/show-token-art/releases/download/${{ github.event.release.tag_name }}/module.json",
"notes": "https://github.com/veilza/show-token-art/releases/tag/${{ github.event.release.tag_name }}",
"compatibility": {
"minimum": "11",
"minimum": "10",
"verified": "12.325",
"maximum": ""
}
Expand Down

0 comments on commit d4c9102

Please sign in to comment.