We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4938b71 commit 65486e5Copy full SHA for 65486e5
.github/workflows/addon-deploy.yaml
@@ -18,7 +18,6 @@ concurrency:
18
19
jobs:
20
information:
21
- if: github.event_name == 'release'
22
name: ℹ️ Gather add-on information
23
runs-on: ubuntu-latest
24
outputs:
@@ -172,8 +171,5 @@ jobs:
172
171
event-type: update
173
client-payload: >
174
{
175
- "addon": "${{ needs.information.outputs.slug }}",
176
- "name": "${{ needs.information.outputs.name }}",
177
- "repository": "${{ github.repository }}",
178
- "version": "${{ github.event.inputs.version }}"
+ "addon": "${{ needs.information.outputs.slug }}"
179
}
0 commit comments