Skip to content

Commit

Permalink
Merge pull request #6 from achhayapathak/dev
Browse files Browse the repository at this point in the history
v1.3.6 bug-fix: Added email to npm publish
  • Loading branch information
achhayapathak authored Jun 23, 2024
2 parents 9ab02ae + 1f6c079 commit 19fb458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
- name: Create a build
run: npm link

- name: Loggin in to NPM
run: npm adduser
- name: Publishing the package
run: npm publish
env:
NPM_EMAIL: ${{ vars.EMAIL }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publishing the package
run: npm publish
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termtalk",
"version": "1.3.5",
"version": "1.3.6",
"description": "Npm package to securely chat with your friend through your CLI.",
"scripts": {
"host": "node ./server/server.js",
Expand Down

0 comments on commit 19fb458

Please sign in to comment.