Skip to content

Commit

Permalink
Merge pull request #44 from lifeomic/fix-release
Browse files Browse the repository at this point in the history
Fix release third try.
  • Loading branch information
Anthony Roach authored Jun 11, 2021
2 parents 13fc3fd + 19ea8f9 commit 8887997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifeomic/abac",
"version": "4.5.4",
"version": "4.5.5",
"description": "Lifeomic Attribute Based Access Control Support Module",
"main": "./dist/index.js",
"browser": "./lib/index.js",
Expand Down

0 comments on commit 8887997

Please sign in to comment.