Commit c429070c authored by nanahira's avatar nanahira

version

parent 8fb20db4
Pipeline #4483 passed with stages
in 1 minute and 44 seconds
......@@ -9,7 +9,6 @@ build:
stage: build
tags:
- linux
image: node:buster-slim
script:
- npm ci
- npm run build
......@@ -23,9 +22,7 @@ upload_to_minio:
- build
tags:
- linux
image: python
script:
- pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://nanahira/koishi-plugin/hisoutensoku-jammer
only:
- master
......@@ -36,10 +33,9 @@ deploy_npm:
- build
tags:
- linux
image: node:buster-slim
script:
- apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true
only:
- master
\ No newline at end of file
- master
{
"name": "koishi-plugin-hisoutensoku-jammer",
"version": "1.1.6",
"version": "1.1.7",
"description": "A Koishi Plugin jamming hisoutensoku plays in group.",
"main": "dist/index.js",
"dependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment