Skip to content

Commit 7b177b9

Browse files
committed
RV-HF [OPT] - release for 1.1.5
1 parent 5970138 commit 7b177b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Create .npmrc file
3030
run: |
3131
echo "@th3hero:registry=https://npm.pkg.github.com/" >> .npmrc
32-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
32+
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" >> .npmrc
3333
3434
- name: Publish to GitHub Packages
3535
run: npm publish
3636
env:
37-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@th3hero/request-validator",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A powerful and flexible request validation library for Node.js applications, built with TypeScript. This library provides a comprehensive set of validation rules and supports both synchronous and asynchronous validation.",
55
"keywords": [
66
"validator",
@@ -67,4 +67,4 @@
6767
"publishConfig": {
6868
"registry": "https://npm.pkg.github.com/"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)