We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bc8fc commit 3616209Copy full SHA for 3616209
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
if [[ ${{ github.event_name }} == 'schedule' ]]; then
131
echo "release_version=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
132
else
133
- echo "release_version=${{ github.ref }}" >> $GITHUB_OUTPUT
+ echo "release_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT
134
fi
135
136
cat $GITHUB_OUTPUT
0 commit comments