Skip to content

Commit

Permalink
Merge pull request #1 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 5d2de10 + 2216dee commit 3ea1323
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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 }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hodfords/nestjs-cls-translation",
"version": "1.0.6",
"version": "8.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3ea1323

Please sign in to comment.