Compare commits

...

2 Commits

Author SHA1 Message Date
03a9810f48 Merge branch 'main' of git.odit.services:lfk/scanclient-electron into main
All checks were successful
continuous-integration/drone Build is passing
# Conflicts:
#	.drone.yml
2021-04-07 18:33:07 +02:00
fed8eb939b Now explicitly pushing tags
ref #1
2021-04-07 18:32:48 +02:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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