chore: prevent code injection

This commit is contained in:
zhom
2025-12-02 00:29:12 +04:00
parent 3e3ec29f58
commit 23cfa84998
@@ -25,8 +25,8 @@ jobs:
id: get-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ github.event.workflow_run.head_branch }}
run: |
TAG_NAME="${{ github.event.workflow_run.head_branch }}"
echo "tag-name=$TAG_NAME" >> $GITHUB_OUTPUT
# Get release info by tag