Compare commits

..

No commits in common. "9d41c2d53d57c937bb3e52b7798c26aa5dc23540" and "d04bfe9fafe638ae7c1d5ab2ab5b378d81cfd172" have entirely different histories.

2 changed files with 12 additions and 5 deletions

View File

@ -61,17 +61,24 @@ steps:
commands:
- git add .
- git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]"
- git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}"
- name: push to repo
- git tag ${SOURCE_TAG}
- name: push commit to repo
image: appleboy/drone-git-push
settings:
branch: main
commit: false
author_email: bot@odit.services
followtags: true
remote: git@git.odit.services:lfk/scanclient-electron.git
skip_verify: true
ssh_key:
from_secret: git_ssh
- name: push tag to repo
image: appleboy/drone-git-push
settings:
followtags: true
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
trigger:
event:
exclude:

View File

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