Skip to content

Commit 922e731

Browse files
authored
fix CI var typo (#4231)
1 parent d350867 commit 922e731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "TAG=devel" >> $GITHUB_ENV
6363
echo "DRAFT=false" >> $GITHUB_ENV
6464
elif ${{ github.event_name == 'workflow_dispatch' }}; then
65-
echo "TAG=${{ github.event_name.inputs.tag }}" >> $GITHUB_ENV
65+
echo "TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
6666
echo "DRAFT=true" >> $GITHUB_ENV
6767
fi
6868
- name: checkout CCTools from tag

0 commit comments

Comments
 (0)