Compare commits
No commits in common. "9d41c2d53d57c937bb3e52b7798c26aa5dc23540" and "d04bfe9fafe638ae7c1d5ab2ab5b378d81cfd172" have entirely different histories.
9d41c2d53d
...
d04bfe9faf
15
.drone.yml
15
.drone.yml
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lfk/scanclient-electron",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.4",
|
||||
"description": "minimal electron application",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user