Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix release-and-submit.yml (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
femiwiki-bot committed Dec 25, 2022
1 parent 6c484a2 commit c725de4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-and-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
--url https://api.github.com/repos/femiwiki/docker-mediawiki/dispatches \
--header "Authorization: token ${{ secrets.BOT_TOKEN }}" \
--header 'content-type: application/json' \
--data '{
"event_type": "bump-extension",
"client_payload": {
"extension": "$EXTENSION",
"version": "${{ steps.tag_name.outputs.tag_name }}"
--data "{
\"event_type\": \"bump-extension\",
\"client_payload\": {
\"extension\": \"$EXTENSION\",
\"version\": \"${{ steps.tag_name.outputs.tag_name }}\"
}
}'
}"

0 comments on commit c725de4

Please sign in to comment.