Skip to content

Commit 3ea1323

Browse files
Merge pull request #1 from hodfords-solutions/chore/bump-version
chore: bump version 8.0.0
2 parents 5d2de10 + 2216dee commit 3ea1323

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish Package to npmjs
22
on:
33
push:
4-
branch:
5-
- main
4+
branches:
5+
- master
66
jobs:
77
build:
88
runs-on: ubuntu-latest
@@ -14,6 +14,7 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm run build
17+
- run: cp README.md dist/
1718
- run: cd dist && npm publish --access public
1819
env:
1920
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hodfords/nestjs-cls-translation",
3-
"version": "1.0.6",
3+
"version": "8.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)