Skip to content

Commit

Permalink
Fix workflow hopefully for good
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 17, 2023
1 parent 6eef33a commit 4dbe163
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 @@ -55,7 +55,7 @@ jobs:
--data-urlencode "vcstag=${TAGNAME}" \
--data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \
--data-urlencode "altdownloadurl=${ZIPURL}")
echo "::setOutput name=response::${RESPONSE}"
echo "response=${RESPONSE}" >> $GITHUB_OUTPUT
- name: Evaluate the response
id: evaluate-response
Expand Down

0 comments on commit 4dbe163

Please sign in to comment.