Update workflow.yml

This commit is contained in:
CherretGit
2025-06-14 23:45:14 +07:00
committed by GitHub
parent 02d3d2fb1c
commit 8069ae43fc

View File

@@ -137,8 +137,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update changelog
run: |
echo "${inputs.release_changes}" > changelog.md
run: echo "${{ inputs.release_changes}}" > changelog.md
- name: Update update.json
run: |