ci: fix drone ci
This commit is contained in:
parent
223fbb6da6
commit
3a964e2448
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
- echo ===== BUILDING APPLICATION =====
|
||||
- yarn build
|
||||
|
||||
- name: publish
|
||||
- name: publish-dev
|
||||
image: node:14
|
||||
commands:
|
||||
- echo ===== PUBLISHING APPLICATION =====
|
||||
|
@ -37,7 +37,7 @@ steps:
|
|||
- master
|
||||
- refactor/rewrite
|
||||
|
||||
- name: publish
|
||||
- name: publish-stable
|
||||
image: node:14
|
||||
commands:
|
||||
- echo ===== PUBLISHING APPLICATION =====
|
||||
|
|
Reference in a new issue