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

Commit

Permalink
ci(ReleaseMe): 修正我不小心額外增加的符號
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Sep 6, 2022
1 parent f688a0f commit a6e3797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release_Me.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
Tags=${{ needs.release-please.outputs.tag_name }}
CHANGELOG=$(cat << EOF
$(curl https://api.github.com/repos/xMikux/ModsTranslationPack/releases/tags/$Tags -H "Accept: application/vnd.github+json" | jq -r .body)"
$(curl https://api.github.com/repos/xMikux/ModsTranslationPack/releases/tags/$Tags -H "Accept: application/vnd.github+json" | jq -r .body)
EOF
)
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit a6e3797

Please sign in to comment.