We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9a3e7 + 40445cc commit 6dac7d9Copy full SHA for 6dac7d9
.github/workflows/on-release.yml
@@ -32,8 +32,7 @@ jobs:
32
echo "artifact_name=PatchManager-$version.zip" >> $GITHUB_ENV
33
echo "zip=$(ls -1 dist/PatchManager-*.zip | head -n 1)" >> $GITHUB_ENV
34
echo "upload_url=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq '.[0].upload_url' | tr -d \")" >> $GITHUB_ENV
35
- echo "changelog=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq -r '.[0].body')" >> $GITHUB_ENV
36
- echo "${{ env.changelog }}" > ./changelog.md
+ wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq -r '.[0].body' > ./changelog.md
37
38
- name: Check if version exists
39
id: check-version
0 commit comments