We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f61679 commit 2d8fa52Copy full SHA for 2d8fa52
.github/workflows/build-release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Find the version
21
run: |
22
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
23
- if [[ $RELEASE_VERSION = "refs/heads/master" ]]; then
+ if [[ ${{ env.RELEASE_VERSION }} = "refs/heads/master" ]]; then
24
echo "RELEASE_VERSION=testing" >> $GITHUB_ENV
25
fi
26
0 commit comments