From c26d164029b228831e7bbfdedbce5caf7c9bb1ed Mon Sep 17 00:00:00 2001 From: unadlib Date: Sat, 2 May 2020 03:36:28 +0800 Subject: [PATCH] test(ci): test ci args --- .github/workflows/npm-publish.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ade74f5..6546798 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,9 @@ jobs: - run: yarn - run: yarn build - run: yarn test + - run: echo "$VERSION" - run: npm publish env: + VERSION: ${{steps.get_version.outputs.VERSION}} NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} CI: true diff --git a/package.json b/package.json index 8f8f8f7..fa89cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "installation", - "version": "0.2.10", + "version": "0.2.11", "description": "An installation template tool", "keywords": [ "project generator"