Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5a28602203 | |||
9b3cd8cbcc |
24
.drone.yml
24
.drone.yml
@ -18,20 +18,20 @@ steps:
|
||||
- npm ci
|
||||
- vsce package
|
||||
|
||||
- name: gitea_release
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea_token
|
||||
commands:
|
||||
- bash gitearelease.sh
|
||||
|
||||
# - name: gitea_release
|
||||
# image: plugins/gitea-release
|
||||
# settings:
|
||||
# base_url: https://gitea.raphaelpiccolo.com
|
||||
# files: "*.vsix"
|
||||
# api_key:
|
||||
# environment:
|
||||
# GITEA_TOKEN:
|
||||
# from_secret: gitea_token
|
||||
# commands:
|
||||
# - bash gitearelease.sh
|
||||
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.raphaelpiccolo.com
|
||||
files: ./*.vsix
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
|
||||
# - name: deploy
|
||||
# environment:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Variables
|
||||
# GITEA_TOKEN=""
|
||||
# GITEA_TOKEN="xxxxxxxxxx"
|
||||
# DRONE_TAG="1.1.6"
|
||||
# DRONE_REPO_NAME="vscodestat"
|
||||
# DRONE_REPO_OWNER="root"
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscodestat",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^10.0.7",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"displayName": "vscodestat",
|
||||
"version": "1.1.8",
|
||||
"version": "1.1.9",
|
||||
"description": "",
|
||||
"categories": [
|
||||
"Other"
|
||||
|
Reference in New Issue
Block a user