Skip to content

Commit bfa1797

Browse files
committed
CI
1 parent b94687a commit bfa1797

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set version of the images
3939
run: |
4040
if [[ "${{ github.ref_name }}" =~ ^v[0-9] ]]; then
41-
echo "VERSION="${{ github.ref_name }}" >> $GITHUB_ENV
41+
echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
4242
fi
4343
if [ "${{ github.event.inputs.version }}" != "latest" ]; then
4444
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)