Skip to content

Commit 3616209

Browse files
authored
Use ref_name instead of ref
1 parent 28bc8fc commit 3616209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if [[ ${{ github.event_name }} == 'schedule' ]]; then
131131
echo "release_version=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
132132
else
133-
echo "release_version=${{ github.ref }}" >> $GITHUB_OUTPUT
133+
echo "release_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT
134134
fi
135135
136136
cat $GITHUB_OUTPUT

0 commit comments

Comments
 (0)