mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
parent
0c7b2bd881
commit
4c7b92be7b
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -46,11 +46,9 @@ jobs:
|
||||
shell: bash
|
||||
if: ${{ !github.event.workflow_run }}
|
||||
run: |
|
||||
VITEMODE=development
|
||||
VITEMODE=nightly
|
||||
if [[ "${{ github.event.inputs.channel }}" == "release" ]]; then
|
||||
VITEMODE=production
|
||||
elif [[ "${{ github.event.inputs.channel }}" == "nightly" ]]; then
|
||||
VITEMODE=nightly
|
||||
fi
|
||||
|
||||
echo "vitemode=$VITEMODE" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user