Skip to content

Commit

Permalink
Merge pull request #2 from hodfords-solutions/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump version 8.0.0
  • Loading branch information
hodfords-phuong-vo-be authored Jan 4, 2024
2 parents 2c840d4 + 02f6d70 commit d6b433a
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 45 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Package to npmjs
on:
push:
branch:
- main
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -14,6 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: cp README.md dist/
- run: cd dist && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
</p>

# nestjs-command
# nestjs-exception

## Description
Loading

0 comments on commit d6b433a

Please sign in to comment.