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 2b35578 commit d45fe7eCopy full SHA for d45fe7e
.github/workflows/build-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Show the discovered version
24
run: |
25
if [[ $RELEASE_VERSION = "refs/heads/master" ]]; then
26
- echo "RELEASE_VERSION=testing" >> $GITHUB_ENV
+ echo "RELEASE_VERSION=testing-RC1" >> $GITHUB_ENV
27
fi
28
echo \$RELEASE_VERSION = $RELEASE_VERSION
29
echo \$\{\{ env.RELEASE_VERSION \}\} = ${{ env.RELEASE_VERSION }}
0 commit comments