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 13, 2024
2 parents 5a704c4 + 9060ce8 commit 840937a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: Publish Package to npmjs
on:
push:
branch:
- main
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: cp package.json dist/libs/package.json
- run: cp package.json dist/libs
- run: cp README.md dist/libs
- run: cd dist/libs && 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-response",
"version": "1.0.0",
"version": "8.0.0",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down

0 comments on commit 840937a

Please sign in to comment.