Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhidvz committed Oct 10, 2023
1 parent e1bc300 commit 6f772f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build --if-present
- run: pnpm test
- run: pnpm publish
- run: npm run build --if-present
- run: npm test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.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": "abacl",
"version": "8.0.2",
"version": "8.0.3",
"description": "Attribute Based Access Control Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6f772f8

Please sign in to comment.