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 96aa1c8 commit 3ca4788Copy full SHA for 3ca4788
.github/workflows/build.yml
@@ -50,7 +50,8 @@ jobs:
50
# - on the master branch (nightly)
51
- name: Set environment variables
52
run: |
53
- echo "RELEASE=${{ startsWith(github.ref_name, 'v') || github.ref_name == 'master' }}" >> $GITHUB_ENV
+ # echo "RELEASE=${{ startsWith(github.ref_name, 'v') || github.ref_name == 'master' }}" >> $GITHUB_ENV
54
+ echo "RELEASE=true >> $GITHUB_ENV"
55
echo "AW_SYNC_ONLY=${{ matrix.aw_sync_only }}" >> $GITHUB_ENV
56
57
- name: Set up Python
0 commit comments