Update release_workflow.yml

pull/492/head
sfeakes 2025-11-22 14:57:14 -06:00
parent 174f01fe56
commit 2d85424c4e
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ jobs:
- name: Print Determined Tag Name
run: |
# Evaluate the same conditional expression used for the release action
TAG_NAME="${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag_name }}"
echo "---------------------------------"
echo "Workflow Event: ${{ github.event_name }}"