Skip to content

Commit 2d8fa52

Browse files
committed
update
1 parent 3f61679 commit 2d8fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Find the version
2121
run: |
2222
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
23-
if [[ $RELEASE_VERSION = "refs/heads/master" ]]; then
23+
if [[ ${{ env.RELEASE_VERSION }} = "refs/heads/master" ]]; then
2424
echo "RELEASE_VERSION=testing" >> $GITHUB_ENV
2525
fi
2626

0 commit comments

Comments
 (0)