@aicupa/plugin-balance 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aicupa/plugin-balance",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Show time balance ratio between temporary and current tasks",
5
5
  "main": "./service",
6
6
  "view": "./view",
@@ -1,21 +0,0 @@
1
- name: Npm Publish
2
-
3
- on:
4
- push:
5
- tags:
6
- - 'v*.*.*'
7
-
8
- jobs:
9
- Npm-Publish:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Checkout
13
- uses: actions/checkout@v2.3.4
14
-
15
- - name: Install Deps
16
- run: yarn install
17
-
18
- - name: publish with latest tag
19
- uses: JS-DevTools/npm-publish@v1
20
- with:
21
- token: ${{ secrets.NPM_AUTH_TOKEN }}