Skip to content

Commit 65486e5

Browse files
committed
♻️ Update addon-deploy
1 parent 4938b71 commit 65486e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/addon-deploy.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ concurrency:
1818

1919
jobs:
2020
information:
21-
if: github.event_name == 'release'
2221
name: ℹ️ Gather add-on information
2322
runs-on: ubuntu-latest
2423
outputs:
@@ -172,8 +171,5 @@ jobs:
172171
event-type: update
173172
client-payload: >
174173
{
175-
"addon": "${{ needs.information.outputs.slug }}",
176-
"name": "${{ needs.information.outputs.name }}",
177-
"repository": "${{ github.repository }}",
178-
"version": "${{ github.event.inputs.version }}"
174+
"addon": "${{ needs.information.outputs.slug }}"
179175
}

0 commit comments

Comments
 (0)