Releasing v1.0.0-c

Update npm-publish.yml
This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-15 11:08:15 +05:30 committed by GitHub
commit bc8385305b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
# - run: npm ci
- run: npm test
publish-npm:
@ -27,7 +27,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
# - run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

View File

@ -1,6 +1,6 @@
{
"name": "encrypted-randomizer",
"version": "1.0.0-b",
"version": "1.0.0-c",
"description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application",
"main": "index.js",
"scripts": {