Skip to content

Commit

Permalink
trying to release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Takanori Yanagitani committed Jun 4, 2020
1 parent f112533 commit 102eb04
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
# publish-gpr:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 12
# registry-url: https://npm.pkg.github.com/
# - run: npm ci
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytes2uuid",
"version": "0.0.1",
"version": "0.0.2",
"description": "bytearray -> uuid(Uint32Array x4) -> String",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,17 @@
"type": "git",
"url": "git+https://github.com/takanori-yanagitani/bytes2uuid.git"
},
"keywords": [],
"keywords": [
"uuid",
"DataView",
"stringify",
"beautify",
"String",
"Uint32Array",
"uint32",
"hex",
"hexlify"
],
"author": "",
"license": "ISC",
"bugs": {
Expand Down

0 comments on commit 102eb04

Please sign in to comment.