Switch main branch to main
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-02-10 18:12:12 +01:00
parent 5f1f7a0aa7
commit 37cd8734a0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: release
trigger:
ref:
- refs/heads/master
- refs/heads/main
- "refs/tags/**"
steps:
@ -45,7 +45,7 @@ steps:
- wget https://dl.vikunja.io/frontend/vikunja-frontend-$$VERSION.zip
- unzip vikunja-frontend-$$VERSION.zip -d frontend
- sed -i 's/\\/api\\/v1//g' frontend/index.html
# Make sure that the -master suffix is added to release files
# Make sure that the -main suffix is added to release files
- sed -i "s/\$${version}/$$VERSION/g" package.json
- yarn install
- yarn dist --linux --windows
@ -84,7 +84,7 @@ steps:
path_style: true
strip_prefix: dist/
source: dist/*
target: /desktop/master/
target: /desktop/main/
when:
event:
exclude: