Revert "fix: fix JSON parsing"

This reverts commit 8c467935c4.
This commit is contained in:
Svyatoslav Shchipunov
2024-10-02 10:32:43 +07:00
parent 8c467935c4
commit fa7bf7cfb0

View File

@@ -34,17 +34,15 @@ jobs:
- name: Create release in your repo
if: steps.check_release.outputs.release_exists == 'false'
run: |
ART=$(cat <<EOF
_______ ________ __
ART="
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| A M N E Z I A W I R E G U A R D
-----------------------------------------------------
OpenWrt ${{ steps.get_release.outputs.release_tag }}
-----------------------------------------------------
EOF
)
|__| A M N E Z I A W I R E G U A R D
-----------------------------------------------------
OpenWrt ${{ steps.get_release.outputs.release_tag }}
-----------------------------------------------------"
curl -X POST https://api.github.com/repos/Slava-Shchipunov/awg-openwrt/releases \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \