Skip to content

Commit

Permalink
Version_0.1.6-test7
Browse files Browse the repository at this point in the history
  • Loading branch information
censujiang committed May 27, 2023
1 parent 22e4f30 commit 6066fb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- run: npm install -g yarn
- run: yarn install --immutable
- run: yarn pack --filename package.tgz
- run: yarn publish ./package.tgz --access public
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > .npmrc
yarn publish ./package.tgz --access public
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @uni-helper/galanga 0.1.6-test6 (https://github.com/uni-helper/galanga)
* @uni-helper/galanga 0.1.6-test7 (https://github.com/uni-helper/galanga)
* API https://galanga.censujiang.com/api/
* Copyright 2014-2023 censujiang. All Rights Reserved
* Licensed under Apache License 2.0 (https://github.com/uni-helper/galanga/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/galanga",
"version": "0.1.6-test6",
"version": "0.1.6-test7",
"description": "JS common function library(UNI-APP version of Galanga)",
"main": "esm/index.js",
"jsnext:main": "esm/index.js",
Expand Down

0 comments on commit 6066fb6

Please sign in to comment.