Update release.yaml

This commit is contained in:
Lost Paul 2025-06-23 15:55:55 +02:00 committed by GitHub
parent b2a490576d
commit d12ffadf4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,6 @@ jobs:
BRANCH_NAME=$(git name-rev --name-only $GITHUB_SHA | sed 's|^remotes/origin/||' | sed 's|^origin/||')
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
- name: Debug branch name
run: echo "Releasing from branch: ${{ env.BRANCH_NAME }}"
# Checkout the main branch to update manifest.json
- name: Checkout main branch to update manifest
run: |