Skip to content

Commit

Permalink
Updated and added moodle-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kollenbroich committed Mar 13, 2023
1 parent c556b29 commit 2f7de9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Whenever a new tag starting with "v" is pushed, add the tagged version
# to the Moodle Plugins directory at https://moodle.org/plugins
#
# revision: 2021070201
# Changed to be released on Github release with the release notes.
#
name: Releasing in the Plugins directory
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
--data-urlencode "altdownloadurl=${ZIPURL}" \
--data-urlencode "releasenotes=${BODY}" \
--data-urlencode "releasenotesformat=4")
echo "::set-output name=response::${RESPONSE}"
echo "response=${RESPONSE}" >> $GITHUB_OUTPUT
- name: Evaluate the response
id: evaluate-response
env:
Expand Down

0 comments on commit 2f7de9c

Please sign in to comment.