Skip to content

Commit 3ca4788

Browse files
committed
ci: set release to true TEMP
1 parent 96aa1c8 commit 3ca4788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
# - on the master branch (nightly)
5151
- name: Set environment variables
5252
run: |
53-
echo "RELEASE=${{ startsWith(github.ref_name, 'v') || github.ref_name == 'master' }}" >> $GITHUB_ENV
53+
# echo "RELEASE=${{ startsWith(github.ref_name, 'v') || github.ref_name == 'master' }}" >> $GITHUB_ENV
54+
echo "RELEASE=true >> $GITHUB_ENV"
5455
echo "AW_SYNC_ONLY=${{ matrix.aw_sync_only }}" >> $GITHUB_ENV
5556
5657
- name: Set up Python

0 commit comments

Comments
 (0)