Skip to content

Commit

Permalink
CI: autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
gioppoluca committed Jan 27, 2024
1 parent 7680150 commit b98c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
method: "POST"
headers: '{ "Content-Type": "application/json", "Authorization": "${{ secrets.FOUNDRY_API_TOKEN }}" }'
accept: 200
body: '{"id": "sheet-export", "dry-run": true, "release": { "version": "${{ github.event.release.tag_name }}", "manifest": "https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json", "notes": "https://github.com/gioppoluca/sheet-export/blob/master/CHANGELOG.md", "compatibility": { "minimum": "11", "verified": "11", "maximum": "" } } }'
body: '{"id": "sheet-export", "dry-run": false, "release": { "version": "${{ github.event.release.tag_name }}", "manifest": "https://github.com/${{ github.repository }}/releases/download/${{ github.event.release.tag_name }}/module.json", "notes": "https://github.com/gioppoluca/sheet-export/blob/master/CHANGELOG.md", "compatibility": { "minimum": "11", "verified": "11", "maximum": "" } } }'
log-response: true
- name: "Use response"
run: echo ${{ steps.foundry-api.outputs.response }}
Expand Down

0 comments on commit b98c60f

Please sign in to comment.