Compare commits

..

No commits in common. "03a9810f48b7301aa963479bc17a33a283392186" and "d04bfe9fafe638ae7c1d5ab2ab5b378d81cfd172" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,6 @@ steps:
image: appleboy/drone-git-push image: appleboy/drone-git-push
settings: settings:
followtags: true followtags: true
branch: ${SOURCE_TAG}
remote: git@git.odit.services:lfk/scanclient-electron.git remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key: ssh_key:
from_secret: git_ssh from_secret: git_ssh

View File

@ -1,6 +1,6 @@
{ {
"name": "@lfk/scanclient-electron", "name": "@lfk/scanclient-electron",
"version": "0.0.3", "version": "0.0.4",
"description": "minimal electron application", "description": "minimal electron application",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {