mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Use pre release version for dry runs
This commit is contained in:
@@ -16,8 +16,8 @@ env:
|
|||||||
# This is to help make sure that we notice if the packaging process has become
|
# This is to help make sure that we notice if the packaging process has become
|
||||||
# broken ahead of a release.
|
# broken ahead of a release.
|
||||||
DRY_RUN: ${{ github.event_name != 'release' }}
|
DRY_RUN: ${{ github.event_name != 'release' }}
|
||||||
# We should only use the SHA case for a dry run
|
# We should only use the hard coded test value for a dry run
|
||||||
VERSION: ${{ github.event_name == 'release' && github.event.release.tag_name || github.sha }}
|
VERSION: ${{ github.event_name == 'release' && github.event.release.tag_name || 'v0.0.0-pre.0' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_element_call:
|
build_element_call:
|
||||||
|
|||||||
Reference in New Issue
Block a user