Skip to content

Commit

Permalink
Fix parameter of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Laur0r committed Apr 21, 2022
1 parent 1187a59 commit 3764958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \
--data-urlencode "altdownloadurl=${ZIPURL}" \
--data-urlencode "releasenotes=${BODY}" \
--data-urlencode "releaseformat=4")
--data-urlencode "releasenotesformat=4")
echo "::set-output name=response::${RESPONSE}"
- name: Evaluate the response
id: evaluate-response
Expand Down

0 comments on commit 3764958

Please sign in to comment.