Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d41c2d53d |
@@ -31,7 +31,6 @@ steps:
|
|||||||
depends_on: ["run electron packager"]
|
depends_on: ["run electron packager"]
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
title: Release ${DRONE_TAG}
|
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://git.odit.services
|
base_url: https://git.odit.services
|
||||||
@@ -77,6 +76,5 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- push
|
- push
|
||||||
- tag
|
|
||||||
include:
|
include:
|
||||||
- custom
|
- custom
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lfk/scanclient-electron",
|
"name": "@lfk/scanclient-electron",
|
||||||
"version": "0.1.5",
|
"version": "0.0.6",
|
||||||
"description": "minimal electron application",
|
"description": "minimal electron application",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user