Skip to content

Commit ccc47ad

Browse files
committed
ci: set RELEASE in test-e2e job
1 parent 5f7dcfd commit ccc47ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,15 @@ jobs:
300300
# - android_avd: Pixel_API_32_AOSP
301301
# android_emu_version: 32
302302
steps:
303+
303304
- uses: actions/checkout@v2
304305
with:
305306
submodules: 'recursive'
306307

308+
- name: Set RELEASE
309+
run: |
310+
echo "RELEASE=${{ startsWith(github.ref_name, 'v') }}" >> $GITHUB_ENV
311+
307312
# Restores jniLibs from cache
308313
# `actions/cache/restore` only restores, without saving back in a post-hook
309314
- uses: actions/cache/restore@v3

0 commit comments

Comments
 (0)