Skip to content

Commit

Permalink
Releasing v1.0.0-c
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
BRAVO68WEB authored Jul 15, 2021
2 parents ba39784 + 59d58b7 commit bc83853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bc83853

Please sign in to comment.